Merge pull request '✍️修复首页布局拖拽组' (#85) from IMaster/Admin.NET.Pro:template into main
Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/85
This commit is contained in:
commit
7c331325e5
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
<el-row :gutter="8">
|
||||
<el-col v-for="(item, index) in grid.layout" :key="index" :md="item" :xs="24">
|
||||
<VueDraggable v-model="grid.copmsList[index]" :animation="200" handle=".customize-overlay" class="draggable-box">
|
||||
<VueDraggable v-model="grid.copmsList[index]" :animation="200" group="grid" handle=".customize-overlay" class="draggable-box">
|
||||
<div v-for="item in grid.copmsList[index]" :key="item">
|
||||
<div class="widgets-item mb8">
|
||||
<component :is="allComps[item]"></component>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user