From 1335100e875ffdda19fc16de9afdda920858ca9b Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 17 五月 2024 22:17:30 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 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