From b08464f75873d75725c685b5ad3ec206fb277b2c Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期五, 09 九月 2022 13:04:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/style3.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/css/style3.css b/src/main/webapp/static/css/style3.css index 04d3bd9..88d4b0f 100644 --- a/src/main/webapp/static/css/style3.css +++ b/src/main/webapp/static/css/style3.css @@ -14,7 +14,7 @@ /* 鐢诲竷 */ #root { /*height: 100%;*/ - /*width: 100%;*/ + width: 100%; /*margin: 0;*/ /*background-color: !* #2C3E50 *! #2e4e7e;*/ position: absolute; @@ -131,7 +131,7 @@ background-color: #FFF; box-shadow: 0px 5px 20px #000; border-radius: 15px; - position: relative; + position: absolute; top:30%; left:35%; display: none; -- Gitblit v1.9.1