UNPKG

antd-fx67ll-test

Version:

这是一个测试着玩的私服antd项目,完全照抄v4.16.6的antd源码,请勿使用,仅做发布测试(因每次发布必须要升版本,如发现版本出入请忽略,与官方无关)

60 lines (49 loc) 1.39 kB
@import '../../style/themes/index'; @import '../../style/mixins/index'; @import '../../tree/style/mixin'; @import '../../checkbox/style/mixin'; @tree-select-prefix-cls: ~'@{ant-prefix}-tree-select'; @select-tree-prefix-cls: ~'@{ant-prefix}-select-tree'; .antCheckboxFn(@checkbox-prefix-cls: ~'@{select-tree-prefix-cls}-checkbox'); .@{tree-select-prefix-cls} { // ======================= Dropdown ======================= &-dropdown { padding: @padding-xs (@padding-xs / 2) 0; &-rtl { direction: rtl; } // ======================== Tree ======================== .@{select-tree-prefix-cls} { border-radius: 0; &-list-holder-inner { align-items: stretch; .@{select-tree-prefix-cls}-treenode { padding-bottom: @padding-xs; .@{select-tree-prefix-cls}-node-content-wrapper { flex: auto; } } } } } } .@{select-tree-prefix-cls} { .antTreeFn(@select-tree-prefix-cls); // change switcher icon rotation in rtl direction & &-switcher { &_close { .@{select-tree-prefix-cls}-switcher-icon { svg { .@{tree-select-prefix-cls}-dropdown-rtl & { transform: rotate(90deg); } } } } &-loading-icon { .@{tree-select-prefix-cls}-dropdown-rtl & { transform: scaleY(-1); } } } }