This commit is contained in:
jxxghp
2024-06-13 20:29:53 +08:00
parent 7eacaf8fc5
commit d2164d9ada
4 changed files with 29 additions and 20 deletions

View File

@@ -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)'
"
>

View File

@@ -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)'
"
>