mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
Fix DatePicker footer extra border
This commit is contained in:
parent
c90e0b3667
commit
61d67f4563
@ -244,6 +244,9 @@
|
|||||||
border-top: @border-width-base @border-style-base @border-color-split;
|
border-top: @border-width-base @border-style-base @border-color-split;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
|
&:empty {
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
&-btn {
|
&-btn {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user