This commit is contained in:
shijingjing
2022-03-15 14:22:13 +08:00
parent 60f60c9698
commit 3a416ef22d
2 changed files with 5 additions and 1 deletions

View File

@@ -284,6 +284,9 @@ export default {
.tab-list{ .tab-list{
padding-top: 32px; padding-top: 32px;
display: flex; display: flex;
word-wrap: nowrap;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
.tab-item{ .tab-item{
display: inline-block; display: inline-block;
width: 148px; width: 148px;

View File

@@ -106,7 +106,8 @@ export default {
current: this.current, current: this.current,
con: this.keyword, con: this.keyword,
areaId: this.areaId, areaId: this.areaId,
auditType auditType,
source: 1
}, },
}) })
.then((res) => { .then((res) => {