调试
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user