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
0d568ec38c355c4cb2c28c414a13ec3fe3f57025
Authored by
zhiyangdu
2022-11-19 11:06:03 +0800
1 parent
96a37c69
去除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 @
0d568ec
...
...
@@ -15,6 +15,7 @@
15
15
color: #B4B4B4;
16
16
font-size: 32px;
17
17
line-height: 40px;
18
+ background: transparent;
18
19
}
19
20
// tab选中颜色
20
21
.van-tab--active{
...
...