From bc151283ed708b587a581ab1075028abcc313739 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Mon, 6 Feb 2023 13:20:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E8=A7=88=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E6=A5=BC=E5=B1=82=E8=AE=BE=E6=96=BD=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Guide/Guide.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/views/Guide/Guide.vue b/src/views/Guide/Guide.vue index 3e2495f..bf8aad3 100644 --- a/src/views/Guide/Guide.vue +++ b/src/views/Guide/Guide.vue @@ -325,7 +325,7 @@ const handleFacility = async fac => { .right { flex: 1; display: flex; - padding: 0 68px; + padding: 0 60px 0 68px; border-bottom: 1px solid #fff; overflow: hidden; .format { @@ -346,6 +346,7 @@ const handleFacility = async fac => { .fac { display: flex; flex-direction: column; + width: 52px; img { width: 36px; height: 36px; @@ -358,9 +359,6 @@ const handleFacility = async fac => { color: rgba(0, 0, 0, 0.6); align-items: center; } - .fac + .fac { - margin-left: 16px; - } } } } @@ -455,7 +453,7 @@ const handleFacility = async fac => { .all-item { flex: 1; display: flex; - padding: 0 68px; + padding: 0 68px 0 60px; height: 94.44px; overflow: hidden; &.current { @@ -483,6 +481,7 @@ const handleFacility = async fac => { .fac { display: flex; flex-direction: column; + width: 52px; img { width: 36px; height: 36px; @@ -495,9 +494,6 @@ const handleFacility = async fac => { color: rgba(0, 0, 0, 0.6); align-items: center; } - .fac + .fac { - margin-left: 16px; - } } } .floors-item {