From ddf86dd12aa5ec1983807e95c0ec33daa34e2619 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 11 May 2021 22:43:32 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-602=20perf:=20=E5=90=91=E5=AF=BC=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=E9=97=B4=E7=9A=84=E6=A8=AA=E7=BA=BF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/popBox/guide.vue | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nezha-fronted/src/components/common/popBox/guide.vue b/nezha-fronted/src/components/common/popBox/guide.vue index f5fef8404..73c1b3a88 100644 --- a/nezha-fronted/src/components/common/popBox/guide.vue +++ b/nezha-fronted/src/components/common/popBox/guide.vue @@ -326,6 +326,25 @@ export default { flex: 1; position: relative; + &:not(:nth-of-type(2)):before { + top: 100px; + width: 50%; + height: 2px; + background-color: #d8d8d8; + position: absolute; + left: 0; + content: ""; + } + &:not(:last-of-type):after { + top: 100px; + width: 50%; + height: 2px; + background-color: #d8d8d8; + position: absolute; + right: 0; + content: ""; + } + &.guide-item--active { .item__title { color: #101B27; @@ -359,6 +378,7 @@ export default { box-sizing: border-box; background-color: #F6F6F6; transition: all linear .3s; + z-index: 1; i { position: absolute;