修改pc足迹以及nav显示遮罩问题
parent
4ecb41e9a2
commit
8d5f4db494
|
@ -290,7 +290,7 @@ export default {
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
tracksList(params).then(res => {
|
tracksList(params).then(res => {
|
||||||
this.tracksList = res.result
|
this.tracksList = res.result.records
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}).catch(() => { this.loading = false })
|
}).catch(() => { this.loading = false })
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,7 +106,7 @@ export default {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 3000;
|
z-index: 99;
|
||||||
box-shadow:0 0 10px 2px rgb(90 90 90 / 60%);
|
box-shadow:0 0 10px 2px rgb(90 90 90 / 60%);
|
||||||
transition: 0.35s;
|
transition: 0.35s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue