From f77d0c3cef6da6e674178bae895fd526308531d5 Mon Sep 17 00:00:00 2001 From: lucky Date: Fri, 8 Jan 2021 17:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/portrait.styl | 5 ++++ src/components/Banner/Banner.vue | 2 +- src/views/Activity/Activity.vue | 28 ++++++++++++++++++---- src/views/ItInformation/ItInformation.vue | 3 ++- src/views/Policy/components/PolicyList.vue | 3 ++- 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/src/common/portrait.styl b/src/common/portrait.styl index b19d1ea..b686457 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -442,6 +442,11 @@ h2{ color: rgba(0, 0, 0, 0.25)!important; } +.ant-btn-disabled, .ant-btn.disabled, .ant-btn[disabled], .ant-btn-disabled:hover, .ant-btn.disabled:hover, .ant-btn[disabled]:hover, .ant-btn-disabled:focus, .ant-btn.disabled:focus, .ant-btn[disabled]:focus, .ant-btn-disabled:active, .ant-btn.disabled:active, .ant-btn[disabled]:active, .ant-btn-disabled.active, .ant-btn.disabled.active, .ant-btn[disabled].active{ + color: rgba(0, 0, 0, 0.25)!important; + border-color: #d9d9d9!important; +} + .base-bg{ background: #13ACC4 } diff --git a/src/components/Banner/Banner.vue b/src/components/Banner/Banner.vue index c2a01a4..f7b0870 100644 --- a/src/components/Banner/Banner.vue +++ b/src/components/Banner/Banner.vue @@ -46,7 +46,7 @@ export default {