From d1c500c7ee83209f77e6bf7be7a6c5e59af0cc04 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期四, 06 六月 2024 11:29:00 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary --- src/static/initialize.css | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/static/initialize.css b/src/static/initialize.css index 177fef8..f380711 100644 --- a/src/static/initialize.css +++ b/src/static/initialize.css @@ -6,7 +6,7 @@ html { /* font-size: calc(100vw / 1440 * 96) !important; */ - font-size: 126px; + font-size: 100px; } body { @@ -58,12 +58,11 @@ .relative { position: relative; - /* z-index: 99999 !important; */ z-index: 1; } /* 瀛椾綋瀹嬩綋 */ -.font-family { +* { font-family: 瀹嬩綋; } .fontFamily { @@ -122,3 +121,9 @@ width: 100%; height: 100%; } + +.el-dialog__wrapper, +.el-dialog { + position: relative; + z-index: 9999 !important; +} -- Gitblit v1.9.1