Commit 6fb8d9f9 authored by “yiyousong”'s avatar “yiyousong”

perf:优化设置皮肤按钮颜色

parent 5745676c
...@@ -99,9 +99,14 @@ ...@@ -99,9 +99,14 @@
resize: none; resize: none;
} }
.ant-btn-primary { .ant-btn-primary {
background: linear-gradient(90deg, #5ab6ff, #2e9aff) !important; background: linear-gradient(90deg, #5ab6ff, #2e9aff) ;
border: none !important; border: none ;
border-color: transparent !important; border-color: transparent ;
&:hover,&:focus{
background: linear-gradient(90deg, #5ab6ff, #2e9aff) ;
border: none ;
border-color: transparent ;
}
} }
.ant-form-explain { .ant-form-explain {
......
...@@ -529,9 +529,9 @@ export default { ...@@ -529,9 +529,9 @@ export default {
} }
.upload-btn, .upload-btn,
.select-color-btn { .select-color-btn {
background-color: #04cb8f; background: #04cb8f !important;
color: #fff; color: #fff;
border: 1px solid #04cb8f; border: 1px solid #04cb8f !important;
} }
.color-ipt { .color-ipt {
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment