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 @@