mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
css: fix RangePicker's style
This commit is contained in:
parent
34fa1f2521
commit
247757f63f
@ -106,13 +106,6 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{calendar-prefix-cls}-calendar-body,
|
|
||||||
.@{calendar-prefix-cls}-decade-panel-body,
|
|
||||||
.@{calendar-prefix-cls}-year-panel-body,
|
|
||||||
.@{calendar-prefix-cls}-month-panel-body {
|
|
||||||
border-bottom: 1px solid @border-color-split;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.@{calendar-prefix-cls}-week-number {
|
&.@{calendar-prefix-cls}-week-number {
|
||||||
width: 574px;
|
width: 574px;
|
||||||
|
|
||||||
@ -159,7 +152,9 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{calendar-prefix-cls} {
|
.@{calendar-prefix-cls},
|
||||||
|
.@{calendar-prefix-cls}-month-panel,
|
||||||
|
.@{calendar-prefix-cls}-year-panel {
|
||||||
&-header {
|
&-header {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user