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 {