|
|
|
@ -48,7 +48,7 @@
|
|
|
|
<!-- 画布容器 -->
|
|
|
|
<!-- 画布容器 -->
|
|
|
|
<div id="canvas-panel">
|
|
|
|
<div id="canvas-panel">
|
|
|
|
<div class="global-save-button-container">
|
|
|
|
<div class="global-save-button-container">
|
|
|
|
<button class="global-save-button">保存</button>
|
|
|
|
<button class="global-save-button">保存布局</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="grid-stack"></div>
|
|
|
|
<div class="grid-stack"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -85,13 +85,13 @@
|
|
|
|
type="button"
|
|
|
|
type="button"
|
|
|
|
class="save-button"
|
|
|
|
class="save-button"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
保存
|
|
|
|
保存组件
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
type="button"
|
|
|
|
type="button"
|
|
|
|
class="delete-button"
|
|
|
|
class="delete-button"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
删除
|
|
|
|
删除组件
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|