优化动态标签页注册逻辑

This commit is contained in:
jxxghp
2025-07-05 12:13:53 +08:00
parent da0756adf0
commit 873bf905ab
11 changed files with 358 additions and 256 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ const TransferDict: { [key: string]: string } = {
}
const tableStyle = computed(() => {
return appMode
return appMode.value
? 'height: calc(100vh - 15rem - env(safe-area-inset-bottom) - 7rem)'
: 'height: calc(100vh - 15rem - env(safe-area-inset-bottom)'
})