|
@@ -4,6 +4,10 @@
|
|
|
ref="heights"
|
|
|
>
|
|
|
<basic-container class="editElement">
|
|
|
+ <div class="flex" style="position:fixed;left:30px;top:0;">
|
|
|
+ <h2 class="mg-r-10">编辑元素</h2>
|
|
|
+ <el-link type="primary" @click="toBack">返回上一级</el-link>
|
|
|
+ </div>
|
|
|
<div
|
|
|
class="header"
|
|
|
style="padding-bottom:20px;"
|
|
@@ -93,7 +97,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
v-show="AddNewElementField ==''"
|
|
|
- style="width:160px;position: fixed;bottom: 20px; right:20px;"
|
|
|
+ style="width:160px;position: fixed;bottom: 50px; right:20px;"
|
|
|
>
|
|
|
<el-button type="info" @click="toBack">取消</el-button>
|
|
|
<el-button type="primary">保存</el-button>
|