DatePicker:修复当选择条件为世纪时,border 不对齐的样式 bug

This commit is contained in:
xrkffgg 2019-07-25 17:07:04 +08:00 committed by GitHub
parent 3e62dafbfe
commit 3148d9c884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,17 +168,6 @@
}
}
.@{calendar-prefix-cls},
.@{calendar-prefix-cls}-month-panel,
.@{calendar-prefix-cls}-year-panel {
&-header {
border-bottom: 0;
}
&-body {
border-top: @border-width-base @border-style-base @border-color-split;
}
}
&.@{calendar-prefix-cls}-time {
.@{calendar-timepicker-prefix-cls} {
top: 68px;