From 6dfe3726feb12dd395ea60beeeb6b76a7e2c7389 Mon Sep 17 00:00:00 2001 From: "452061493@qq.com" <452061493@qq.com> Date: Mon, 22 Jul 2024 17:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E2=80=9C=E5=85=A8=E9=83=A8/?= =?UTF-8?q?=E6=9C=AC=E9=83=A8=E9=97=A8=E9=A2=84=E8=AD=A6"=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enforce/enterpriseWarningInfo.vue | 41 ++++++++++++++++++--- 1 file changed, 36 insertions(+), 5 deletions(-) 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;