From 1ac1c2fd13d708ab5b7aba215105a6d0c74ca42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Tue, 18 Mar 2025 13:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=8E=92=E7=89=88=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/user/index.html | 199 +++++++++++++++++++++++++------------------ 1 file changed, 117 insertions(+), 82 deletions(-) diff --git a/view/user/index.html b/view/user/index.html index 4e989b1..d74878d 100644 --- a/view/user/index.html +++ b/view/user/index.html @@ -19,6 +19,23 @@ align-items: center; justify-content: center; } + + .infomsg { + display: flex; + align-items: center; + justify-content: space-between; + margin-left: 10px; + width: calc(100% - 20px); + } + + .infomsg div:first-child { + width: 100%; + word-break: break-all; + } + + .infomsg div:last-child { + text-align: center; + } @@ -55,22 +72,26 @@