调试
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 8s
Docker Build & Deploy / Deploy to Production (push) Has been skipped

This commit is contained in:
孙诚
2025-12-25 16:55:40 +08:00
parent 53f03613b7
commit adf0c84a8e
3 changed files with 14 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "账单管理系统", "name": "账单",
"short_name": "账单管理", "short_name": "账单",
"description": "个人账单管理与邮件解析系统", "description": "个人账单管理与邮件解析",
"start_url": "/", "start_url": "/",
"display": "minimal-ui", "display": "minimal-ui",
"background_color": "#ffffff", "background_color": "#ffffff",

View File

@@ -1,5 +1,8 @@
<template> <template>
<van-config-provider :theme="theme" class="app-root"> <van-config-provider :theme="theme" :style="{
height: '100%',
border: '2px solid red'
}" class="app-root">
<pre <pre
style="position:fixed; left:0; top:0; z-index:9999; style="position:fixed; left:0; top:0; z-index:9999;
background:rgba(0,0,0,0.7); color:#0f0; background:rgba(0,0,0,0.7); color:#0f0;

View File

@@ -84,3 +84,10 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
html, body, #app {
margin: 0;
padding: 0;
height: 100%;
}