fix plugin

This commit is contained in:
jxxghp
2023-07-25 15:18:49 +08:00
parent e636b1e225
commit ad4577f86b
2 changed files with 19 additions and 13 deletions

View File

@@ -48,9 +48,11 @@ onUnmounted(() => {
:headers="headers"
:items="processList"
item-key="fullName"
class="table-rounded"
class="table-rounded table-list"
hide-default-footer
disable-sort
fixed-header
height="500"
>
<thead>
<tr>
@@ -91,3 +93,9 @@ onUnmounted(() => {
</VTable>
</VCard>
</template>
<style lang="scss" scoped>
.table-list::-webkit-scrollbar {
display: none;
}
</style>