feat(TreeSelect): add @tree-select-item-selected-size var

This commit is contained in:
陈嘉涵
2019-12-29 08:35:57 +08:00
committed by neverland
parent eb02336622
commit 3731597520
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -44,5 +44,6 @@
top: 50%;
right: @padding-md;
margin-top: -@padding-xs;
font-size: @tree-select-item-selected-size;
}
}