From 3fb449de6a764da4783997b50336e88b54f1d98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 16 Dec 2021 13:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E4=B8=9A=E6=89=A7=E6=B3=95=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E9=A6=96=E9=A1=B5=E5=88=87=E6=8D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lawEnforcement/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/lawEnforcement/index.vue b/src/views/lawEnforcement/index.vue index 5d1efdec..4a567ae2 100644 --- a/src/views/lawEnforcement/index.vue +++ b/src/views/lawEnforcement/index.vue @@ -305,11 +305,12 @@ export default { padding: 0 2%; } /deep/ .van-tab{ - border: none; - color: #1D6FE9; + border: none!important; + color: #1D6FE9!important; } /deep/ .van-tab--active{ border-radius: 30Px; + color: #ffffff!important; box-shadow: 0px 5px 5px #ccc; background-color: #FE1313!important; }