Commit d0ac523d by 郁子恒

表格数据获取样式按钮修改

parent facac2a8
......@@ -7,7 +7,7 @@
<span style="margin-left: 45px;font-size: 15px;" v-if="isSelectTable">表名:</span>
<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">获取表格信息</el-button>
<el-button style="padding-right: 15px;" size="small" class="button-new-tag" @click="getTable" v-if="isSelectTable">获取表格信息</el-button>
</div>
<!-- 全部表格信息 -->
<div style="overflow: auto;height: 290px;" :style="{ width: widthResize + 'px' }">
......
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