大屏预览宽度100%

This commit is contained in:
mll
2026-02-08 22:45:11 +08:00
parent 13e436bbb5
commit 45f85ee6e8
3 changed files with 8 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ export default {
},
// 对象深拷贝
deepClone(data,dd) {
deepClone(data) {
let type = this.getObjectType(data)
let obj
if (type === 'array') {