diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue index 18d6f18..7e68251 100644 --- a/src/components/tools/UserMenu.vue +++ b/src/components/tools/UserMenu.vue @@ -1,12 +1,12 @@ \ No newline at end of file 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" > +