fix(Cascader): failed to update tabs when value is zero (#7778)

This commit is contained in:
neverland
2020-12-21 10:46:30 +08:00
committed by GitHub
parent a9134162f6
commit 659ea9cf07
7 changed files with 104 additions and 36 deletions
+2 -2
View File
@@ -212,8 +212,8 @@
@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;
@cascader-tab-color: @text-color;
@cascader-unselected-tab-color: @gray-6;
// Cell
@cell-font-size: @font-size-md;