Commit bb7f2152 authored by liudong1993's avatar liudong1993

1

parent 73f23662
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
is-horizontal-resize is-horizontal-resize
column-width-drag column-width-drag
style="width:100%;max-height:600px;" style="width:100%;max-height:600px;"
:style="total<=0?'height:200px':''" :style="total<=0?'height:200px':total<=1?'height:200px':total<=2?'height:300px':total<=3?'height:400px':'height:500px'"
: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