mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix: RangePicker align active-bar with small size (#27673)
* fix: RangePicker align active-bar with small size * fix: RangePicker align active-bar with small size on RTL
This commit is contained in:
parent
d0a7f3f79a
commit
e5319bd1df
@ -209,6 +209,10 @@
|
||||
.@{picker-prefix-cls}-clear {
|
||||
right: @input-padding-horizontal-sm;
|
||||
}
|
||||
|
||||
.@{picker-prefix-cls}-active-bar {
|
||||
margin-left: @input-padding-horizontal-sm;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,6 +60,14 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{picker-prefix-cls}-small {
|
||||
.@{picker-prefix-cls}-active-bar {
|
||||
.@{picker-prefix-cls}-rtl& {
|
||||
margin-right: @input-padding-horizontal-sm;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ======================== Ranges ========================
|
||||
|
Loading…
Reference in New Issue
Block a user