feat:添加账单详情,优化页面

This commit is contained in:
2025-11-12 18:20:19 +08:00
parent 46b329a503
commit 42c80b09e3
7 changed files with 138 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ const showAppShell = computed(() => !route.path.startsWith('/auth'));
<template>
<div class="min-h-screen bg-gray-100 text-gray-900">
<div
class="max-w-sm mx-auto min-h-screen relative w-full"
class="mx-auto min-h-screen relative w-full max-w-full"
:class="showAppShell ? 'pb-24' : 'pb-0'"
>
<RouterView />