From 754c49e1f8719aa3e09168bb5e80940923eba667 Mon Sep 17 00:00:00 2001 From: wuyanchen <307378529@qq.com> Date: Fri, 26 Dec 2025 05:41:40 +0800 Subject: [PATCH] ` --- src/pages/index/Index.less | 2 +- src/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index/Index.less b/src/pages/index/Index.less index 63801b1..5943262 100644 --- a/src/pages/index/Index.less +++ b/src/pages/index/Index.less @@ -1675,7 +1675,7 @@ section.next { } #app { - padding: 0.5rem; + padding: 0; margin: 0 auto !important; /* 强制居中 */ width: 100%; diff --git a/src/style.css b/src/style.css index a922c0d..a3b63df 100644 --- a/src/style.css +++ b/src/style.css @@ -99,7 +99,7 @@ button:focus-visible { #app { margin: 0 auto; - padding: 1rem; + padding: 0; text-align: center; width: 100%; height: 100%; @@ -136,7 +136,7 @@ button:focus-visible { flex-direction: column; align-items: center; justify-content: center; - padding: 1rem; + padding: 0; } /* 合伙人内容居中 */ @@ -208,7 +208,7 @@ button:focus-visible { #app { margin: 0 auto; - padding: 0.5rem; + padding: 0; text-align: center; width: 100%; height: 100%;