perf: 走查问题调整
This commit is contained in:
@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user