From a153c3e5845d44ce0b6210d856f118708824a8e1 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 17 五月 2024 22:24:34 +0800 Subject: [PATCH] 11 --- 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..ed072ec 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: 100px; } 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