Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8d16924bc9b5feb1bde5a7b79b0f3723aeb3492e
Authored by
zhiyangdu
2021-01-20 12:27:17 +0800
1 parent
8a26bae2
tab组件样式优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/tabBox/tabBox.less
src/components/tabBox/tabBox.less
View file @
8d16924
...
...
@@ -14,6 +14,7 @@
14
14
.van-tab{
15
15
color: #B4B4B4;
16
16
font-size: 32px;
17
+ line-height: 40px;
17
18
}
18
19
// tab选中颜色
19
20
.van-tab--active{
...
...