xrk
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
18 additions and
0 deletions
-
components/cascader/style/rtl.less
-
components/tree-select/style/index.less
-
components/tree/style/rtl.less
|
|
@ -85,5 +85,11 @@ |
|
|
|
left: @control-padding-horizontal; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-loading-icon { |
|
|
|
.@{menu-rtl-cls} & { |
|
|
|
transform: scaleY(-1); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -49,5 +49,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-loading-icon { |
|
|
|
.@{tree-select-prefix-cls}-dropdown-rtl & { |
|
|
|
transform: scaleY(-1); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -29,6 +29,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-loading-icon { |
|
|
|
.@{tree-prefix-cls}-rtl& { |
|
|
|
transform: scaleY(-1); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// ==================== Show Line ===================== |
|
|
|
&-show-line { |
|
|
|