mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
Fix DatePicker style
This commit is contained in:
parent
5eb52885d6
commit
92d127d8a5
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
.@{timepicker-prefix-cls} {
|
.@{timepicker-prefix-cls} {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -128,7 +126,7 @@
|
|||||||
|
|
||||||
li:last-child:after {
|
li:last-child:after {
|
||||||
content: '';
|
content: '';
|
||||||
height: 120px;
|
height: 182px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -232,7 +230,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.@{calendar-prefix-cls}-footer {
|
.@{calendar-prefix-cls}-footer {
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid @border-color-split;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user