chore: dropdown styles token, icons url

This commit is contained in:
jialin
2026-05-13 10:47:45 +08:00
committed by jialin
parent 4e49c399d0
commit f081f0c1cf
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -59,6 +59,10 @@ export default {
Progress: {
lineBorderRadius: 4
},
Dropdown: {
controlItemBgActive: '#333',
controlItemBgActiveHover: '#333'
},
Select: {
optionSelectedBg: '#333',
fontSizeLG: 14
+4
View File
@@ -60,6 +60,10 @@ export default {
Progress: {
lineBorderRadius: 3
},
Dropdown: {
controlItemBgActive: 'rgba(230, 230, 230, 88%)',
controlItemBgActiveHover: 'rgba(230, 230, 230, 88%)'
},
Select: {
optionSelectedBg: 'rgba(230, 230, 230, 88%)',
fontSizeLG: 14