Browse Source

fix: 🧩 修改楼层宽度

pull/20/head
liyongle 3 years ago
parent
commit
93eee94f9d
  1. 6
      src/views/Guide/Floor.vue

6
src/views/Guide/Floor.vue

@ -40,7 +40,7 @@ function changeFloor(floorOrder: number) {
@include fl(center); @include fl(center);
position: relative; position: relative;
width: 72px;
width: 80px;
height: 86px; height: 86px;
margin-bottom: 8px; margin-bottom: 8px;
color: #534f46; color: #534f46;
@ -63,9 +63,7 @@ function changeFloor(floorOrder: number) {
height: 16px; height: 16px;
} }
} }
.all {
height: 72px;
}
.ac { .ac {
color: #fff; color: #fff;
background: #e00068; background: #e00068;

Loading…
Cancel
Save