update 调整样式·
This commit is contained in:
@@ -127,9 +127,9 @@ html, body, #app {
|
||||
|
||||
//框背景色
|
||||
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
||||
color: #1b7ef2 !important;
|
||||
color: var(--antSelectFontColor) !important;
|
||||
background-color: transparent !important;
|
||||
border: 1px solid #1b7ef2 !important;
|
||||
border: 1px solid var(--antSelectDropdownBorderColor) !important;
|
||||
}
|
||||
|
||||
.ant-select-item-option-selected {
|
||||
@@ -151,7 +151,7 @@ html, body, #app {
|
||||
|
||||
// 箭头颜色
|
||||
.ant-select-arrow {
|
||||
color: #1b7ef2 !important;
|
||||
color: var(--antSelectDropdownBorderColor) !important;
|
||||
}
|
||||
|
||||
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
||||
|
||||
@@ -24,7 +24,7 @@ export const themeList = {
|
||||
},
|
||||
light: {
|
||||
antSelectDropdownBg: '#fff',
|
||||
antSelectDropdownBorderColor: '#1b7ef2',
|
||||
antSelectDropdownBorderColor: '#607DDB',
|
||||
antSelectItemActive: '#ced7f6',
|
||||
antSelectFontColor: '#5876DB',
|
||||
antSelectBg: '#ced7f6',
|
||||
|
||||
Reference in New Issue
Block a user