Commit f324acf0 authored by zhengke's avatar zhengke

修改

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