处理 报警模块中 History 页面表格滚动的问题

This commit is contained in:
任珮宇 2024-03-20 10:06:21 +08:00
parent 878212006a
commit 36258e74d2
3 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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 }">

View File

@ -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