处理 报警模块中 History 页面表格滚动的问题
This commit is contained in:
parent
878212006a
commit
36258e74d2
|
@ -13,6 +13,7 @@
|
||||||
:list="dataSource"
|
:list="dataSource"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:canSelect="false"
|
:canSelect="false"
|
||||||
|
:scroll="{ y: 390 }"
|
||||||
>
|
>
|
||||||
<template slot="info" slot-scope="{ record }">
|
<template slot="info" slot-scope="{ record }">
|
||||||
<a-popover>
|
<a-popover>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
:list="dataSource"
|
:list="dataSource"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
|
:scroll="{ y: 655 }"
|
||||||
@rowDbclick="rowClick"
|
@rowDbclick="rowClick"
|
||||||
>
|
>
|
||||||
<!-- <template slot="stationList" slot-scope="{ text }">
|
<!-- <template slot="stationList" slot-scope="{ text }">
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:canSelect="false"
|
:canSelect="false"
|
||||||
|
:scroll="{ y: 655 }"
|
||||||
>
|
>
|
||||||
</TableList>
|
</TableList>
|
||||||
<a-pagination
|
<a-pagination
|
||||||
|
|
Loading…
Reference in New Issue
Block a user