mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
25 lines
562 B
SCSS
25 lines
562 B
SCSS
#{$cascader-prefix}[dir="rtl"] {
|
|
#{$cascader-prefix} {
|
|
&-menu-wrapper {
|
|
float: right;
|
|
border-left: none;
|
|
border-right: $cascader-menu-border;
|
|
&:first-child {
|
|
border-right: none;
|
|
}
|
|
}
|
|
|
|
&-menu {
|
|
&.#{$css-prefix}has-right-border {
|
|
border-right: none;
|
|
border-left: $cascader-menu-border;
|
|
}
|
|
|
|
&-icon-right {
|
|
right: auto;
|
|
left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|