告警中心-通知统计的按钮位置调整及表格背景色调整 #1
Showing
2 changed files
with
20 additions
and
6 deletions
@@ -8321,7 +8321,18 @@ form[lay-filter="activewarning-form"], form[lay-filter="historywarning-form"] { | @@ -8321,7 +8321,18 @@ form[lay-filter="activewarning-form"], form[lay-filter="historywarning-form"] { | ||
8321 | #noticeSearchQueryBtn, #seachNoticemerge { | 8321 | #noticeSearchQueryBtn, #seachNoticemerge { |
8322 | margin-top: -3px; | 8322 | margin-top: -3px; |
8323 | } | 8323 | } |
8324 | +.noticeCount-lay-row-title{ | ||
8325 | + display: flex; | ||
8326 | + align-items: center; | ||
8327 | + justify-content: space-between; | ||
8328 | +} | ||
8329 | +.noticeCount-lay-row-title .layui-btn-group{ | ||
8330 | + margin-right: 0; | ||
8331 | +} | ||
8324 | 8332 | ||
8333 | +.layui-card .noticeCount-table .layui-table-view{ | ||
8334 | + margin:0 3px; | ||
8335 | +} | ||
8325 | #queryMore { | 8336 | #queryMore { |
8326 | cursor: pointer; | 8337 | cursor: pointer; |
8327 | } | 8338 | } |
@@ -44,9 +44,13 @@ | @@ -44,9 +44,13 @@ | ||
44 | </div> | 44 | </div> |
45 | </div> | 45 | </div> |
46 | </div> | 46 | </div> |
47 | + | ||
48 | + <div class="layui-card-body noticeCount-table" id="table_notice_send_year" style="margin-top: 5px;background: #fff;"> | ||
49 | + <h5 class="lay-row-title noticeCount-lay-row-title"> | ||
50 | + 业务子系统年统计 | ||
51 | + <!--lsq 调整样式 2022-06-27--> | ||
47 | <div class="layui-card-body" style="margin-top: 5px;height: 40px"> | 52 | <div class="layui-card-body" style="margin-top: 5px;height: 40px"> |
48 | - <div class="layui-btn-group time-group" id="noticeCount_time_table_id" | ||
49 | - style="float: right;margin-right: 20px;"> | 53 | + <div class="layui-btn-group time-group" id="noticeCount_time_table_id"> |
50 | <button class="layui-btn layui-btn-primary layui-btn-sm" data-period="lastYear" | 54 | <button class="layui-btn layui-btn-primary layui-btn-sm" data-period="lastYear" |
51 | type="button">去年 | 55 | type="button">去年 |
52 | </button> | 56 | </button> |
@@ -58,11 +62,10 @@ | @@ -58,11 +62,10 @@ | ||
58 | </div> | 62 | </div> |
59 | </div> | 63 | </div> |
60 | </div> | 64 | </div> |
61 | - <div class="layui-card-body noticeCount-table" id="table_notice_send_year" style="margin-top: 5px"> | ||
62 | - <h5 class="lay-row-title">业务子系统年统计</h5> | ||
63 | - <table id="table_notice_send_business" lay-filter="table_notice_send_business"></table> | 65 | + </h5> |
66 | + <table style="margin:0 3px;" id="table_notice_send_business" lay-filter="table_notice_send_business" ></table> | ||
64 | <h5 class="lay-row-title">人员年统计</h5> | 67 | <h5 class="lay-row-title">人员年统计</h5> |
65 | - <table id="table_notice_send_user" lay-filter="table_notice_send_user"></table> | 68 | + <table style="margin:0 3px;" id="table_notice_send_user" lay-filter="table_notice_send_user"></table> |
66 | 69 | ||
67 | </div> | 70 | </div> |
68 | </div> | 71 | </div> |
-
Please register or login to post a comment