fix: datepicker bg @time-picker-panel-inner-bg

This commit is contained in:
ycjcl868 2019-12-02 12:22:19 +08:00
parent dc1d1876f8
commit 898311c637
4 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
z-index: @zindex-picker-panel;
display: flex;
flex-direction: column;
background: @component-background;
background: @calendar-bg;
border-radius: @border-radius-base;
outline: none;
}

View File

@ -288,6 +288,7 @@
// ---
@time-picker-bg: @gray-11;
@time-picker-inner-bg: @gray-11;
@time-picker-panel-inner-bg: @gray-11;
@month-panel-bg: @gray-11;
@year-panel-bg: @gray-11;

View File

@ -494,6 +494,7 @@
@time-picker-panel-width: @time-picker-panel-column-width * 3;
@time-picker-selected-bg: @item-active-bg;
@time-picker-inner-bg: @component-background;
@time-picker-panel-inner-bg: @component-background;
@month-panel-bg: @component-background;
@year-panel-bg: @component-background;

View File

@ -18,7 +18,7 @@
font-size: @font-size-base;
text-align: left;
list-style: none;
background-color: @component-background;
background-color: @time-picker-panel-inner-bg;
background-clip: padding-box;
border-radius: @border-radius-base;
outline: none;