🐛 Tweak calendar select width for IE9

close #14464
This commit is contained in:
afc163 2019-01-31 16:35:47 +08:00 committed by 偏右
parent b8fd449f84
commit 3b40bfb058

View File

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