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

@ -1,6 +1,6 @@
.explore-page {
position: relative;
min-width: 1200px;
min-width: $layout-min-width;
min-height: 100vh;
background: #fff;
display: flex;
@ -35,7 +35,7 @@
right: 0;
top: 0;
z-index: 1000;
min-width: 1200px;
min-width: $layout-min-width;
.content {
height: $navbar-height;
// border-bottom: 1px solid var(--Border-1, #d7d7d9);

View File

@ -1,7 +1,7 @@
.explore-page {
position: relative;
padding-top: $navbar-height;
min-width: 1200px;
min-width: $layout-min-width;
.cts {
font-family: $font-family-regular;
font-size: 14px;
@ -18,7 +18,7 @@
right: 0;
top: 0;
z-index: 1000;
min-width: 1200px;
min-width: $layout-min-width;
.content {
height: $navbar-height;
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
@ -41,7 +41,7 @@
.page-wrapper {
min-height: calc(100vh - $navbar-height);
.explore-container {
width: 1200px;
width: $layout-min-width;
.explore-list-wrap {
:deep(.overflow-text) {
color: var(--Text-1, #211f24);

View File

@ -1,6 +1,6 @@
.explore-page {
position: relative;
min-width: 1200px;
min-width: $layout-min-width;
min-height: 100vh;
// background: #fff;
display: flex;
@ -35,7 +35,7 @@
right: 0;
top: 0;
z-index: 1000;
min-width: 1200px;
min-width: $layout-min-width;
.content {
height: $navbar-height;
// border-bottom: 1px solid var(--Border-1, #d7d7d9);

View File

@ -1,7 +1,7 @@
.explore-page {
position: relative;
padding-top: $navbar-height;
min-width: 1200px;
min-width: $layout-min-width;
.cts {
font-family: $font-family-regular;
font-size: 14px;
@ -18,7 +18,7 @@
right: 0;
top: 0;
z-index: 1000;
min-width: 1200px;
min-width: $layout-min-width;
.content {
height: $navbar-height;
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
@ -41,7 +41,7 @@
.page-wrapper {
min-height: calc(100vh - $navbar-height);
.explore-container {
width: 1200px;
width: $layout-min-width;
.explore-list-wrap {
:deep(.overflow-text) {
color: var(--Text-1, #211f24);