From a2855e092413f3f29d4e56a2312ae963a66ab680 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期六, 11 五月 2024 21:01:57 +0800 Subject: [PATCH] 引用 --- src/static/initialize.css | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/static/initialize.css b/src/static/initialize.css index 7e999de..177fef8 100644 --- a/src/static/initialize.css +++ b/src/static/initialize.css @@ -5,8 +5,8 @@ } html { - font-size: calc(100vw / 1440 * 96) !important; - /* font-size: 10px; */ + /* font-size: calc(100vw / 1440 * 96) !important; */ + font-size: 126px; } body { @@ -114,3 +114,11 @@ width: 100%; height: 100%; } + +uni-page-wrapper { + width: 100%; +} +uni-page-body { + width: 100%; + height: 100%; +} -- Gitblit v1.9.1