Browse Source

🐛 Fix margin in calendar select

close #14636
pull/14675/head
afc163 6 years ago
committed by 偏右
parent
commit
b8fd449f84
  1. 4
      components/calendar/style/index.less

4
components/calendar/style/index.less

@ -8,8 +8,8 @@
outline: none;
border-top: @border-width-base @border-style-base @border-color-base;
&-month-select {
margin-left: 5px;
.@{ant-prefix}-select&-month-select {
margin-left: 8px;
}
&-header {

Loading…
Cancel
Save