修改pc足迹以及nav显示遮罩问题

master
学习很差啦 2022-07-19 16:28:40 +08:00
parent 4ecb41e9a2
commit 8d5f4db494
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ export default {
}
this.loading = true
tracksList(params).then(res => {
this.tracksList = res.result
this.tracksList = res.result.records
this.loading = false
}).catch(() => { this.loading = false })
}

View File

@ -106,7 +106,7 @@ export default {
background-color: #fff;
position: fixed;
top: 0;
z-index: 3000;
z-index: 99;
box-shadow:0 0 10px 2px rgb(90 90 90 / 60%);
transition: 0.35s;
}