fix: background color problem of time-picker component in night mode; 🐛
修复:时间选择组件夜晚模式下的背景色问题;
This commit is contained in:
3
src/theme/antd/ant-time-picker.less
Normal file
3
src/theme/antd/ant-time-picker.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.ant-time-picker-panel-input{
|
||||
background-color: @component-background;
|
||||
}
|
||||
1
src/theme/antd/index.less
Normal file
1
src/theme/antd/index.less
Normal file
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user