服务器模块中 SERVICE AND PROCESS table 增加滚动条

This commit is contained in:
任珮宇 2024-02-05 09:31:34 +08:00
parent 3c07b1bf8e
commit d59fd9a75e

View File

@ -11,6 +11,7 @@
:customRow="customRow"
:rowClassName="() => (canSelect ? 'custom-table-row' : '')"
@change="handleTableChange"
:scroll="{ y: 186 }"
>
<!-- 处理 scopedSlots -->
<template v-for="slotName of scopedSlotsKeys" :slot="slotName" slot-scope="text, record, index">