From 8597ee16551da2987a79e984f216efe68edd7247 Mon Sep 17 00:00:00 2001 From: lyt-Top <1105290566@qq.com> Date: Sun, 7 Mar 2021 20:19:17 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.03.07:=E4=BF=AE=E5=A4=8D=E4=B8=BB?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=95=8C=E9=9D=A2=E6=9C=AA=E9=93=BA=E6=BB=A1?= =?UTF-8?q?=E4=B9=9F=E5=87=BA=E7=8E=B0=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/app.scss | 1 - src/views/layout/navBars/breadcrumb/index.vue | 1 + src/views/layout/navBars/tagsView/tagsView.vue | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/app.scss b/src/theme/app.scss index c6c8f8d..5f6d38d 100644 --- a/src/theme/app.scss +++ b/src/theme/app.scss @@ -51,7 +51,6 @@ body, overflow: hidden; width: 100%; background-color: #f8f8f8; - border-top: 1px solid #f1f2f3; } .el-scrollbar { width: 100%; diff --git a/src/views/layout/navBars/breadcrumb/index.vue b/src/views/layout/navBars/breadcrumb/index.vue index 2605de9..34044d2 100644 --- a/src/views/layout/navBars/breadcrumb/index.vue +++ b/src/views/layout/navBars/breadcrumb/index.vue @@ -130,5 +130,6 @@ export default { padding-right: 15px; background: var(--bg-topBar); overflow: hidden; + border-bottom: 1px solid #f1f2f3; } \ No newline at end of file diff --git a/src/views/layout/navBars/tagsView/tagsView.vue b/src/views/layout/navBars/tagsView/tagsView.vue index 6f871e6..cb75def 100644 --- a/src/views/layout/navBars/tagsView/tagsView.vue +++ b/src/views/layout/navBars/tagsView/tagsView.vue @@ -305,7 +305,7 @@ export default { .layout-navbars-tagsview { flex: 1; background-color: #ffffff; - border-top: 1px solid #ebeef5; + border-bottom: 1px solid #f1f2f3; ::v-deep(.el-scrollbar__wrap) { overflow-x: auto !important; }