From f9bc0e0187a0a3d63ac367bf3a2cf7a8e8b27f89 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 29 Aug 2025 17:01:54 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/siderBar/index.vue | 2 +- .../explore/detail/style.scss | 32 +++++++++---------- .../finished-products/explore/list/style.scss | 32 ++++++++++--------- 3 files changed, 34 insertions(+), 32 deletions(-) diff --git a/src/layouts/components/siderBar/index.vue b/src/layouts/components/siderBar/index.vue index 45d9668..e57a3ca 100644 --- a/src/layouts/components/siderBar/index.vue +++ b/src/layouts/components/siderBar/index.vue @@ -176,7 +176,7 @@ export default defineComponent({ )}
-
+
{ diff --git a/src/views/material-center/components/finished-products/explore/detail/style.scss b/src/views/material-center/components/finished-products/explore/detail/style.scss index 968a58d..8148bb2 100644 --- a/src/views/material-center/components/finished-products/explore/detail/style.scss +++ b/src/views/material-center/components/finished-products/explore/detail/style.scss @@ -2,7 +2,7 @@ position: relative; min-width: $layout-min-width; min-height: 100vh; - // background: #fff; + background: #fff; display: flex; flex-direction: column; // &::before { @@ -38,22 +38,22 @@ min-width: $layout-min-width; .content { height: $navbar-height; - // border-bottom: 1px solid var(--Border-1, #d7d7d9); - } - &::before { - width: 100%; - height: 100%; - background: url('@/assets/img/icon-app-header-bg.png') center top no-repeat !important; - background-size: cover !important; - bottom: 0; - content: ''; - display: block; - left: 0; - position: absolute; - right: 0; - top: 0; - z-index: -998; + border-bottom: 1px solid var(--Border-1, #d7d7d9); } + // &::before { + // width: 100%; + // height: 100%; + // background: url('@/assets/img/icon-app-header-bg.png') center top no-repeat !important; + // background-size: cover !important; + // bottom: 0; + // content: ''; + // display: block; + // left: 0; + // position: absolute; + // right: 0; + // top: 0; + // z-index: -998; + // } } .cts { color: #939499; diff --git a/src/views/material-center/components/finished-products/explore/list/style.scss b/src/views/material-center/components/finished-products/explore/list/style.scss index f8e960a..2e15612 100644 --- a/src/views/material-center/components/finished-products/explore/list/style.scss +++ b/src/views/material-center/components/finished-products/explore/list/style.scss @@ -2,6 +2,7 @@ position: relative; padding-top: $navbar-height; min-width: $layout-min-width; + background-color: #fff; .cts { font-family: $font-family-regular; font-size: 14px; @@ -19,24 +20,25 @@ top: 0; z-index: 1000; min-width: $layout-min-width; + background-color: #fff; .content { height: $navbar-height; - // border-bottom: 1px solid var(--Border-1, #d7d7d9); - } - &::before { - width: 100%; - height: 100%; - background: url('@/assets/img/icon-app-header-bg.png') center top no-repeat !important; - background-size: cover !important; - bottom: 0; - content: ''; - display: block; - left: 0; - position: absolute; - right: 0; - top: 0; - z-index: -998; + border-bottom: 1px solid var(--Border-1, #d7d7d9); } + // &::before { + // width: 100%; + // height: 100%; + // background: url('@/assets/img/icon-app-header-bg.png') center top no-repeat !important; + // background-size: cover !important; + // bottom: 0; + // content: ''; + // display: block; + // left: 0; + // position: absolute; + // right: 0; + // top: 0; + // z-index: -998; + // } } .page-wrapper { min-height: calc(100vh - $navbar-height);