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
+3 -3
View File
@@ -36,12 +36,12 @@
}
}
&__tab-title {
color: @cascader-tab-title-color;
&__tab {
color: @cascader-tab-color;
font-weight: @font-weight-bold;
&--unselected {
color: @cascader-unselected-tab-title-color;
color: @cascader-unselected-tab-color;
}
}