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 {