Commit 1164c2f9 by 胡锦波

1. init table的宽度调整

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