Commit 366794e7 authored by suqh's avatar suqh

Merge branch 'func-eccs-2152' into test

parents 9e4c3a62 5a5945d7
......@@ -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