Commit 8931e2c2 by li_hongchao

发查询右侧数据列表调整布局,目前地市用户显示不全,无滚动条,省厅用户固定5个

parent 8f28da31
......@@ -58,8 +58,9 @@
<el-table
:border="true"
:data="tableDateSt"
height="440"
tooltip-effect="dark"
style="width: 100%"
style="width: 100%;"
:header-cell-class-name="tableRowClassName">
<el-table-column label="省/区厅用户名" prop="userName">
</el-table-column>
......@@ -121,6 +122,7 @@
:border="true"
ref="dishiTable"
:data="tableDateDs"
height="450"
tooltip-effect="dark"
style="width: 100%"
:header-cell-class-name="tableRowClassName"
......
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