From ae79015d1060b51ca986f11924f228bb9011c30e Mon Sep 17 00:00:00 2001 From: zyh Date: Wed, 14 Jun 2023 13:55:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=B0=83=E6=95=B4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../page/dashboard/explore/explore.scss | 21 +- .../page/dashboard/explore/exploreItem.vue | 4 +- .../dashboard/explore/exploreItemHtml.vue | 207 +++++++++--------- nezha-fronted/src/entrance/exportHtml/App.vue | 5 +- 4 files changed, 119 insertions(+), 118 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss b/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss index 9e771899b..fba99e61b 100644 --- a/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss +++ b/nezha-fronted/src/assets/css/components/page/dashboard/explore/explore.scss @@ -1,18 +1,17 @@ .explores { display: flex; - padding: 0px 0 10px 0px; background-color: $--background-color-base; box-sizing: border-box; - .main-list::after{ - content: ''; - display: block; - position: absolute; - bottom: -10px; - left: 0; - right: 14px; - height: 10px; - background-color: $--background-color-empty; - } + // .main-list::after{ + // content: ''; + // display: block; + // position: absolute; + // bottom: -10px; + // left: 0; + // right: 14px; + // height: 10px; + // background-color: $--background-color-empty; + // } pre { border: 1px solid $--border-color-base; border-left: 4px solid #e6522c; diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index 677a5b2fd..d6cad2bc4 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -113,7 +113,7 @@ > -
+