feat(Tab): add dot prop (#5272)
This commit is contained in:
+4
-4
@@ -12,10 +12,6 @@
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&--active {
|
||||
color: @tab-active-text-color;
|
||||
font-weight: @font-weight-bold;
|
||||
@@ -24,6 +20,10 @@
|
||||
&--disabled {
|
||||
color: @tab-disabled-text-color;
|
||||
}
|
||||
|
||||
&__text {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.van-tabs {
|
||||
|
||||
Reference in New Issue
Block a user