mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix ui
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ html {
|
|||||||
background: var(--initial-loader-bg, #fff);
|
background: var(--initial-loader-bg, #fff);
|
||||||
min-block-size: calc(100% + env(safe-area-inset-top));
|
min-block-size: calc(100% + env(safe-area-inset-top));
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading-bg {
|
#loading-bg {
|
||||||
|
|||||||
@@ -45,14 +45,10 @@ onUnmounted(() => {
|
|||||||
<template>
|
<template>
|
||||||
<VCard title="系统进程">
|
<VCard title="系统进程">
|
||||||
<VTable
|
<VTable
|
||||||
:headers="headers"
|
|
||||||
:items="processList"
|
|
||||||
item-key="fullName"
|
item-key="fullName"
|
||||||
class="table-rounded table-list"
|
class="table-rounded"
|
||||||
hide-default-footer
|
hide-default-footer
|
||||||
disable-sort
|
disable-sort
|
||||||
fixed-header
|
|
||||||
height="500"
|
|
||||||
>
|
>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -93,9 +89,3 @@ onUnmounted(() => {
|
|||||||
</VTable>
|
</VTable>
|
||||||
</VCard>
|
</VCard>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.table-list::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user