This commit is contained in:
duanliang
2025-04-27 10:07:16 +08:00
parent 6fef9d7bf5
commit 35e9db9722

View File

@@ -515,8 +515,8 @@
console.log(res.data,'测收拾收拾') console.log(res.data,'测收拾收拾')
regionList.value = res.data regionList.value = res.data
regionList.value.videoResources = res.data.videoResources regionList.value.videoResources = res.data.videoResources
regionList.value[0].show = true // regionList.value[0].show = true
regionList.value[0].resourcesList[0].show = true // regionList.value[0].resourcesList[0].show = true
if(search=='search'){ if(search=='search'){
regionList.value.forEach((item,index)=>{ regionList.value.forEach((item,index)=>{
item.show = true item.show = true
@@ -666,6 +666,7 @@
height: vh(490); height: vh(490);
padding: 0 vw(20); padding: 0 vw(20);
padding-right:0; padding-right:0;
padding-bottom:vw(10);
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
/* 滚动条整体样式 */ /* 滚动条整体样式 */