perf: 走查问题调整

This commit is contained in:
rd
2025-08-29 15:49:50 +08:00
parent cbcf3f216f
commit a9e49faf66
14 changed files with 69 additions and 44 deletions

View File

@ -103,7 +103,7 @@ const checkHasInviteCode = () => {
.layout-wrap {
font-family: inherit;
background: transparent;
min-width: 1200px;
min-width: $layout-min-width;
.layout-header-wrap {
background: transparent;
height: $navbar-height;
@ -115,6 +115,7 @@ const checkHasInviteCode = () => {
left: 0;
z-index: 1000;
width: 100%;
min-width: $layout-min-width;
}
.layout-content-wrap {
width: 100%;