修复:时间选择组件夜晚模式下的背景色问题;master
parent
f6904cfa60
commit
09348fd627
5 changed files with 12 additions and 4 deletions
@ -0,0 +1,3 @@ |
||||
.ant-time-picker-panel-input{ |
||||
background-color: @component-background; |
||||
} |
@ -0,0 +1 @@ |
||||
@import "ant-time-picker"; |
@ -1,2 +1,3 @@ |
||||
@import '~ant-design-vue/dist/antd.less'; |
||||
@import "default/index"; |
||||
@import "antd/index"; |
||||
|
@ -1 +1 @@ |
||||
@import "./default/index"; |
||||
@import "default/index"; |
||||
|
Loading…
Reference in new issue