From a3e0e3b3d1a472ad34c888c7e3b07721fa4d18f1 Mon Sep 17 00:00:00 2001 From: Kang Wang <888666wang4286@gmail.com> Date: Mon, 30 Sep 2024 14:08:21 +0000 Subject: [PATCH] =?UTF-8?q?model=E7=9A=84=E4=BA=8C=E7=BA=A7=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/App/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 6d25773..3a949c1 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -522,6 +522,10 @@ footer a:hover { text-align: center; /* å°†æ–‡æœ¬æ°´å¹³å±…ä¸ */ } +.model-font .center-text { + padding-right: 20%; +} + /* æ–‡æœ¬å¼€å¤´æœ‰ç¼©è¿›ï¼Œèµ·åˆ°ç©ºæ ¼ä½œç”¨ */ .indent { text-indent: 20px; /* 设置首行缩进 20px */ -- GitLab