From 864ad75ce3f03cd94172b4330e8a71f7848451cf 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 14:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=20Database=20Monitor=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E5=90=8E=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E4=B8=8D=E5=AF=B9=E5=BA=94=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abnormalAlarm/components/tableList.vue | 4 ++- .../instances/conditionBox.vue | 12 ++++++--- .../instances/serviceProcess.vue | 25 +++---------------- 3 files changed, 15 insertions(+), 26 deletions(-) diff --git a/src/views/abnormalAlarm/components/tableList.vue b/src/views/abnormalAlarm/components/tableList.vue index d96aa11..f9b8f58 100644 --- a/src/views/abnormalAlarm/components/tableList.vue +++ b/src/views/abnormalAlarm/components/tableList.vue @@ -11,8 +11,9 @@ :customRow="customRow" :rowClassName="() => (canSelect ? 'custom-table-row' : '')" @change="handleTableChange" - :scroll="{ y: 186 }" + :scroll="scroll" > +