mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增解除组件还原位置
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:data-id="groupData.id"
|
||||
:index="groupIndex"
|
||||
:item="groupData"
|
||||
:hiddenPoint="true"
|
||||
:style="{
|
||||
...useComponentStyle(groupData.attr, groupIndex),
|
||||
...useSizeStyle(groupData.attr),
|
||||
@@ -24,6 +25,7 @@
|
||||
:data-id="item.id"
|
||||
:index="groupIndex"
|
||||
:item="item"
|
||||
:hiddenPoint="true"
|
||||
:style="{
|
||||
...useComponentStyle(item.attr, groupIndex)
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user