Commit f324acf0 authored by zhengke's avatar zhengke

修改

parent e8970357
......@@ -313,7 +313,7 @@
<v-table
is-horizontal-resize
column-width-drag
style="width:100%"
style="width:100%;height:600px;"
:columns="columns"
:table-data="DataList"
:filter-method="filterMethod"
......
......@@ -405,8 +405,6 @@ tr._item_list td:last-child {
margin-bottom: 10px;
}
</style>
<template>
......@@ -634,7 +632,7 @@ tr._item_list td:last-child {
is-horizontal-resize
column-width-drag
:show-vertical-border="true"
style="width:100%"
style="width:100%;height:616px;"
:columns="columns"
:table-data="DataList"
:filter-method="filterMethod"
......
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