Commit cce276d1 by 郁子恒

优化界面样式

parent 72c47ed7
......@@ -17,11 +17,11 @@
v-else>返回</el-button>
<div style="display: flex;align-items: center;">
<span style="font-size: 13px;" v-if="isSelectTable">表格名称:</span>
<vxe-input style="margin-left: 13px;" v-if="isSelectTable" v-model="tableName" placeholder="请填写表名"
<vxe-input style="margin-left: 10px;" v-if="isSelectTable" v-model="tableName" placeholder="请填写表名"
size="mini"></vxe-input>
</div>
<!-- <el-button style="padding-right: 15px;" size="small" class="button-new-tag" @click="getTable" v-if="isSelectTable">获取表格信息</el-button> -->
<el-button size="mini" style="width: 74px;height: 20px;margin-right: 7px;" @click="getTable"
<el-button size="mini" style="width: 74px;height: 20px;margin-right: 10px;" @click="getTable"
v-if="isSelectTable">获取表格信息</el-button>
</div>
<!-- 全部表格信息 -->
......
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