|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
<el-card v-loading="loading">
|
|
|
|
|
|
- <el-row :gutter="10" class="mb10">
|
|
|
+ <el-row :gutter="10" class="mb10" style="position: fixed;top: 20px; right: 50px;z-index: 999;">
|
|
|
<div>
|
|
|
<el-button type="primary" size="mini" @click="mbDownload">模板下载</el-button>
|
|
|
<el-button type="primary" size="mini" @click="importMb">导入</el-button>
|
|
@@ -40,7 +40,7 @@
|
|
|
</el-tree>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="18">
|
|
|
+ <el-col :span="16" style="position: fixed;top: 40px; right: 40px;z-index: 999;">
|
|
|
<span class="title">基本信息</span>
|
|
|
<el-form
|
|
|
:model="ruleForm"
|