Commit 5a5945d7 authored by suqh's avatar suqh

no message

parent 6e2778e9
......@@ -165,7 +165,7 @@
class="table-content"
:columns="selectedColumns"
:data-source="selectedRows"
:scroll="{ x: true, y: 450 }"
:scroll="{ x: '100%', y: 450 }"
:pagination="false"
>
<template slot="status" slot-scope="text">
......@@ -255,7 +255,7 @@
<a-table
:columns="columns"
:data-source="dataList"
:scroll="{ x: true, y: 300 }"
:scroll="{ x: '100%', y: 300 }"
:pagination="false"
:rowKey="'id'"
:row-selection="{
......
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