diff --git a/src/views/enforce/enterpriseWarningInfo.vue b/src/views/enforce/enterpriseWarningInfo.vue index ca9a8a5..5e86bae 100644 --- a/src/views/enforce/enterpriseWarningInfo.vue +++ b/src/views/enforce/enterpriseWarningInfo.vue @@ -6,8 +6,8 @@ -
-
+ +
+ + 全部预警 + + 本部门预警 + +
@@ -322,7 +330,7 @@ } } - .search-button-list{ + /*.search-button-list{ height: 0.7rem; display: flex; flex-direction: row; @@ -337,7 +345,30 @@ color: #4c4c4c; font-size: 0.3rem; } - } + }*/ + .search-button-list { + height: 0.85rem; + display: flex; + flex-direction: row; + padding-left: 0.27rem; + margin: 0.35rem 0; + align-items: end; + + .search-button { + width: 30%; + height: 100%; + background: #e3e0e0; + border-color: #e3e0e0; + color: #4c4c4c; + font-size: 0.3rem; + } + + .search-button.active { + background-color: #1367fe; + border-color: #1367fe; + color: #fff; + } + } .search-button-date { display: flex; flex-direction: row;