feat: add @border-width-base var (#4595)

This commit is contained in:
neverland
2019-09-26 20:46:46 +08:00
committed by GitHub
parent 557b8ea54d
commit 852314430b
7 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -78,13 +78,13 @@
box-sizing: border-box;
height: @tabs-card-height;
margin: 0 @padding-md;
border: 1px solid @tabs-default-color;
border: @border-width-base solid @tabs-default-color;
border-radius: 2px;
.van-tab {
color: @tabs-default-color;
line-height: @tabs-card-height - 2px;
border-right: 1px solid @tabs-default-color;
border-right: @border-width-base solid @tabs-default-color;
&:last-child {
border-right: none;