From 45d92c0d56dbe9e4b2a131764133efa89ce5dd9f Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Thu, 9 Apr 2026 15:15:57 +0800 Subject: [PATCH] =?UTF-8?q?pc=E7=AB=AF=E6=B7=BB=E5=8A=A0=E6=88=91=E7=9A=84?= =?UTF-8?q?=E7=AD=BE=E5=AD=97=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/layouts/v4/baseLayout.html | 81 ++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) diff --git a/src/main/resources/views/layouts/v4/baseLayout.html b/src/main/resources/views/layouts/v4/baseLayout.html index 66e1de5..13e2820 100644 --- a/src/main/resources/views/layouts/v4/baseLayout.html +++ b/src/main/resources/views/layouts/v4/baseLayout.html @@ -478,7 +478,7 @@ align-items: center; gap: 24px; height: 100%; - max-width: 310px; + max-width: 400px; flex-shrink: 0; } @@ -559,6 +559,13 @@ white-space: nowrap; } + .v4-sign-name { + font-weight: 500; + color: #ffffff; + white-space: nowrap; + margin-right: 20px; + } + .v4-about-name { font-weight: 500; color: #ffffff; @@ -687,14 +694,32 @@
+ + 我的签字 + 关于 + + + + 取消 + 确定 + +
退出 + +
@@ -721,6 +746,15 @@