Commit 72cd4698 authored by ww-xxy's avatar ww-xxy

优化显示顺序

parent fa332ed6
...@@ -33,11 +33,7 @@ ...@@ -33,11 +33,7 @@
<div v-show="active == 1"> <div v-show="active == 1">
<div class="label">创建站点</div> <div class="label">创建站点</div>
<div class="line"></div> <div class="line"></div>
<div class="elinput">
<el-input placeholder="请输入内容" v-model="siteName">
<template slot="prepend">站点名称</template>
</el-input>
</div>
<div style="margin:20px 0;"> <div style="margin:20px 0;">
<span style="font-size: 14px"> <span style="font-size: 14px">
<b>当前选择区域:</b> <b>当前选择区域:</b>
...@@ -54,6 +50,11 @@ ...@@ -54,6 +50,11 @@
:render-content="renderContent" @node-click="handleNodeClick"> :render-content="renderContent" @node-click="handleNodeClick">
</el-tree> </el-tree>
</div> </div>
<div class="elinput" style="margin:20px 0;">
<el-input placeholder="请输入内容" v-model="siteName">
<template slot="prepend">站点名称</template>
</el-input>
</div>
<div class="line"></div> <div class="line"></div>
<el-button type="primary" @click="active = 0">上一步</el-button> <el-button type="primary" @click="active = 0">上一步</el-button>
<el-button type="primary" @click="updateSiteConform" :loading="loading">下一步</el-button> <el-button type="primary" @click="updateSiteConform" :loading="loading">下一步</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment