From c4b8209d92daa8c6e8ec20bdd56fecf4a95d0990 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 05 六月 2024 16:41:33 +0800
Subject: [PATCH] 1

---
 src/static/initialize.css |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/src/static/initialize.css b/src/static/initialize.css
index 7e999de..f380711 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 {
@@ -58,12 +58,11 @@
 
 .relative {
   position: relative;
-  /* z-index: 99999 !important; */
   z-index: 1;
 }
 
 /* 瀛椾綋瀹嬩綋 */
-.font-family {
+* {
   font-family: 瀹嬩綋;
 }
 .fontFamily {
@@ -114,3 +113,17 @@
   width: 100%;
   height: 100%;
 }
+
+uni-page-wrapper {
+  width: 100%;
+}
+uni-page-body {
+  width: 100%;
+  height: 100%;
+}
+
+.el-dialog__wrapper,
+.el-dialog {
+  position: relative;
+  z-index: 9999 !important;
+}

--
Gitblit v1.9.1