mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
a5a3411c28
* refactor(drawer): use compositionAPI * refactor(drawer): update * refactor: update * chore: update * docs: update * fix: remove transitionStr * chore: use useConfigInject * refactor: drawer #4708 Co-authored-by: ajuner <106791576@qq.com>
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
@import '../../style/themes/index';
|
|
|
|
@drawer-prefix-cls: ~'@{ant-prefix}-drawer';
|
|
|
|
.@{drawer-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
|
|
&-close {
|
|
.@{drawer-prefix-cls}-rtl & {
|
|
margin-right: 0;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|