feat(Cascader): add less vars

This commit is contained in:
chenjiahan
2020-12-20 21:23:50 +08:00
committed by neverland
parent ce5bb85756
commit 5fc1a8a06e
4 changed files with 56 additions and 9 deletions
+9
View File
@@ -205,6 +205,15 @@
@cascader-header-height: 48px;
@cascader-title-font-size: @font-size-lg;
@cascader-title-line-height: 20px;
@cascader-close-icon-size: 22px;
@cascader-close-icon-color: @gray-5;
@cascader-close-icon-active-color: @gray-6;
@cascader-selected-icon-size: 18px;
@cascader-tabs-height: 48px;
@cascader-active-color: @red;
@cascader-options-height: 384px;
@cascader-tab-title-color: @text-color;
@cascader-unselected-tab-title-color: @gray-6;
// Cell
@cell-font-size: @font-size-md;