mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-21 04:22:09 +08:00
fix ui
This commit is contained in:
@@ -136,7 +136,7 @@ onMounted(() => {
|
||||
:items="dataList"
|
||||
:style="
|
||||
appMode
|
||||
? 'height: calc(100vh - 6rem - env(safe-area-inset-bottom) - 3.5rem)'
|
||||
? 'height: calc(100vh - 7rem - env(safe-area-inset-bottom) - 3.5rem)'
|
||||
: 'height: calc(100vh - 6rem - env(safe-area-inset-bottom)'
|
||||
"
|
||||
>
|
||||
|
||||
@@ -393,11 +393,10 @@ onMounted(fetchData)
|
||||
fixed-header
|
||||
show-select
|
||||
loading-text="加载中..."
|
||||
class="data-table-div"
|
||||
hover
|
||||
:style="
|
||||
appMode
|
||||
? 'height: calc(100vh - 14rem - env(safe-area-inset-bottom) - 3.5rem)'
|
||||
? 'height: calc(100vh - 15rem - env(safe-area-inset-bottom) - 3.5rem)'
|
||||
: 'height: calc(100vh - 14rem - env(safe-area-inset-bottom)'
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user