Commit 1164c2f9 by 胡锦波

1. init table的宽度调整

parent 19ae1f52
......@@ -34,10 +34,7 @@
</el-button>
<el-button @click="handleDelete('del')"> 删除员工 </el-button>
</div>
<div
v-if="false"
class="table-container flex-fill d-flex flex-column"
>
<div class="table-container flex-fill d-flex flex-column">
<el-table
:data="tableData"
:empty-text="emptyText"
......
......@@ -48,6 +48,7 @@
.router-page {
height: 100%;
max-width: 1448px;
min-width: 1004px;
background-color: #fff;
margin: 0 auto;
}
......
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 sign in to comment