mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 09:49:57 +08:00
282b7c8575
* chore: Update cascader version * chore: replace cascader * chore: default allowClear * chore: Update docs * test: Back of part * test: More snapshot * test: more and more * test: Failed of defaultValue * test: all basic test case * test: All snapshot * chore: Update cascader * chore: disable react/jsx-no-bind * chore: fix lint * chore: fix less order * chore: fix deps * docs: Update multiple demo * docs: Add multiple example * test: Update snapshot * test: update snapshot
18 lines
313 B
Plaintext
18 lines
313 B
Plaintext
@import (reference) './index';
|
|
|
|
.@{cascader-prefix-cls}-rtl {
|
|
.@{cascader-prefix-cls}-menu-item {
|
|
&-expand-icon,
|
|
&-loading-icon {
|
|
margin-right: @padding-xss;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.@{cascader-prefix-cls}-checkbox {
|
|
top: 0;
|
|
margin-right: 0;
|
|
margin-left: @padding-xs;
|
|
}
|
|
}
|