Browse Source

Merge pull request #6569 from megawac/fix-calendar-clear-background

Fix calendar clear background color
pull/6549/merge
偏右 8 years ago
committed by GitHub
parent
commit
94b04a81fb
  1. 2
      components/date-picker/style/Picker.less

2
components/date-picker/style/Picker.less

@ -48,7 +48,7 @@
z-index: 1;
position: absolute;
right: 7px;
background: #fff;
background: @input-bg;
top: 50%;
font-size: @font-size-base;
color: @disabled-color;

Loading…
Cancel
Save