Commit 95f04683 authored by 智勇's avatar 智勇

表格增加高度

parent b246460f
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</span> </span>
<el-popover v-if="moreShow" placement="top-start" trigger="hover" title="本地比线上多出的配置"> <el-popover v-if="moreShow" placement="top-start" trigger="hover" title="本地比线上多出的配置">
<el-table :data="moreArray"> <el-table :data="moreArray" max-height="500">
<el-table-column width="100" property="type" label="Type"/> <el-table-column width="100" property="type" label="Type"/>
<el-table-column width="500" property="value" label="Value"/> <el-table-column width="500" property="value" label="Value"/>
</el-table> </el-table>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</el-popover> </el-popover>
<el-popover v-if="lostShow" placement="top-start" trigger="hover" title="本地比线上缺少的配置"> <el-popover v-if="lostShow" placement="top-start" trigger="hover" title="本地比线上缺少的配置">
<el-table :data="lostArray"> <el-table :data="lostArray" max-height="500">
<el-table-column width="100" property="type" label="Type"/> <el-table-column width="100" property="type" label="Type"/>
<el-table-column width="500" property="value" label="Value"/> <el-table-column width="500" property="value" label="Value"/>
</el-table> </el-table>
......
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