mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-30 12:49:55 +08:00
fix plugin
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user