mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 17:27:09 +00:00
10 lines
276 B
SCSS
10 lines
276 B
SCSS
#{$time-picker-prefix}-body[dir="rtl"] {
|
|
#{$time-picker-prefix}-menu {
|
|
float: right;
|
|
&:not(:last-child) {
|
|
border-right: none;
|
|
border-left: $time-picker-menu-border-width $line-solid $time-picker-menu-border-color;
|
|
}
|
|
}
|
|
}
|