大屏预览底部空白修复

This commit is contained in:
mll
2026-02-27 22:08:37 +08:00
parent b6fcf5c32b
commit 7110ba358c
2 changed files with 4 additions and 5 deletions

View File

@@ -271,7 +271,6 @@ export default {
return { top: top, left: left }
},
objToOne(obj) {
console.log(obj)
let tmpData = {}
for (let index in obj) {
if (typeof obj[index] == 'object' && !this.isArrayFn(obj[index])) {