样式 警告处理

This commit is contained in:
ym1026
2025-09-12 10:58:59 +08:00
parent 23b5352635
commit f0720439d2
12 changed files with 246 additions and 159 deletions

View File

@@ -18,8 +18,14 @@ $page-border: #cad2dd;
.ant-switch {
background: #b1c4c4;
}
.ant-switch.ant-switch-checked{
background: #00fffb
.ant-switch.ant-switch-checked {
background: #00fffb;
}
.ant-select .ant-select-arrow {
background: transparent !important;
}
.ant-select .ant-select-clear {
background: transparent !important;
}
.ant-switch .ant-switch-handle::before {
@@ -58,9 +64,8 @@ $page-border: #cad2dd;
.ant-picker-input input::placeholder {
color: #ffffff3b !important;
}
.ant-picker-suffix{
.ant-picker-suffix {
color: #ffffff !important;
}
}
.ant-input-affix-wrapper {