forked from opentiny/tiny-vue
fix: fix time-select build error
This commit is contained in:
parent
b59fcaa60c
commit
c520c86fd0
|
@ -28,5 +28,5 @@
|
|||
// 时间选择选项悬浮背景色(选中项)
|
||||
--ti-time-select-item-select-hover-bg-color: var(--ti-common-color-selected-background, #5e7ce0);
|
||||
// 时间选择选项字体色(选中项)
|
||||
--ti-time-select-item-selected-text-color: var(--ti-common-color-text-primary, #252b3a)
|
||||
--ti-time-select-item-selected-text-color: var(--ti-common-color-text-primary, #252b3a);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue