fix: background color problem of time-picker component in night mode; 🐛

修复:时间选择组件夜晚模式下的背景色问题;
This commit is contained in:
iczer
2020-07-09 10:40:52 +08:00
parent f6904cfa60
commit 09348fd627
5 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
.ant-time-picker-panel-input{
background-color: @component-background;
}

View File

@@ -0,0 +1 @@
@import "ant-time-picker";

View File

@@ -1,2 +1,3 @@
@import '~ant-design-vue/dist/antd.less';
@import "default/index";
@import "antd/index";

View File

@@ -1 +1 @@
@import "./default/index";
@import "default/index";