From d59fd9a75e0f67452ee049ff1f67015e3a74b963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Mon, 5 Feb 2024 09:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=B8=AD=20SERVICE=20AND=20PROCESS=20table=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormalAlarm/components/tableList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/abnormalAlarm/components/tableList.vue b/src/views/abnormalAlarm/components/tableList.vue index 9df275c..d96aa11 100644 --- a/src/views/abnormalAlarm/components/tableList.vue +++ b/src/views/abnormalAlarm/components/tableList.vue @@ -11,6 +11,7 @@ :customRow="customRow" :rowClassName="() => (canSelect ? 'custom-table-row' : '')" @change="handleTableChange" + :scroll="{ y: 186 }" >