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
e119d67b570b452f79bc59f80a7f01e70ca0d031
Authored by
zhiyangdu
2020-04-10 18:58:21 +0800
1 parent
96de2c99
去除容器高度设置
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/components/tabBox/tabBox.vue
src/components/tabBox/tabBox.vue
View file @
e119d67
...
...
@@ -88,8 +88,6 @@
88
88
this.tabbaromponents = this.tabbar.find((item)=>{
89
89
return item.title === title
90
90
});
91
- // 设置swiper高度
92
- this.setSwiperHeight(title);
93
91
},
94
92
/**
95
93
* 调用通用跳转
...
...