fix:修改group内 修改宽度 不正确的问题

This commit is contained in:
zhangyu
2021-04-12 12:23:25 +08:00
parent 6c09cfea76
commit 80fdfd3850
3 changed files with 9 additions and 5 deletions

View File

@@ -46,7 +46,7 @@
}
</style>
<template>
<div class="list-width chart-group" id="listContainer" ref="listContainer"><!--v-drag-->
<div class="list-width chart-group" :id="'listContainer' + groupId" ref="listContainer"><!--v-drag-->
<span class="temp-dom"></span>
@@ -216,7 +216,8 @@ export default {
panelLock: { type: Boolean, default: false },
hasGroup: { type: Boolean, default: true },
groupList: {},
filterParent: {}
filterParent: {},
groupId: {}
},
components: {