mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
up mixin fn
This commit is contained in:
parent
23948c8588
commit
ad02ebe114
@ -1,4 +1,6 @@
|
||||
@checkboxWrapPrefixCls: ant-checkbox;
|
||||
.checkboxFn();
|
||||
.checkboxFn(@checkboxPrefixCls: ant-checkbox) {
|
||||
@checkboxWrapPrefixCls: @checkboxPrefixCls;
|
||||
@checkboxInnerPrefixCls: ~"@{checkboxWrapPrefixCls}-inner";
|
||||
|
||||
/* 一般状态 */
|
||||
@ -149,3 +151,5 @@
|
||||
.@{checkboxWrapPrefixCls} + span {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
@treePrefixCls: ant-tree;
|
||||
@import "./checkbox";
|
||||
@checkboxWrapPrefixCls: ant-tree-checkbox;
|
||||
.checkboxFn(@checkboxPrefixCls: ant-tree-checkbox);
|
||||
@import "../mixins/iconfont";
|
||||
@openIcon: '\e60f';
|
||||
.switcher_icon() {
|
||||
|
Loading…
Reference in New Issue
Block a user