|
|
|
@ -74,7 +74,6 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
return item
|
|
|
|
return item
|
|
|
|
}) ?? []
|
|
|
|
}) ?? []
|
|
|
|
console.log("this.layoutList",this.layoutList,'res',res)
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
@ -94,8 +93,8 @@ export default {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
touch-action: auto !important;
|
|
|
|
touch-action: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//#grid-card {
|
|
|
|
::v-deep #grid-card {
|
|
|
|
// overflow-y: scroll;
|
|
|
|
overflow-y: scroll;
|
|
|
|
//}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|