|
|
@ -40,7 +40,7 @@ |
|
|
:refresh-delay="200" |
|
|
:refresh-delay="200" |
|
|
:scrollbar="false" |
|
|
:scrollbar="false" |
|
|
> |
|
|
> |
|
|
<div class="fac-list"> |
|
|
|
|
|
|
|
|
<div class="fac-list" :class="{ 'pos-right': facilityList.length <= 19 }"> |
|
|
<div |
|
|
<div |
|
|
v-for="(item, index) in facilityList" |
|
|
v-for="(item, index) in facilityList" |
|
|
:key="index" |
|
|
:key="index" |
|
|
@ -288,6 +288,9 @@ watch(mapStatus, newValue => { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: flex-end; |
|
|
justify-content: flex-end; |
|
|
width: fit-content; |
|
|
width: fit-content; |
|
|
|
|
|
&.pos-right { |
|
|
|
|
|
width: 1170px; |
|
|
|
|
|
} |
|
|
.fac-item { |
|
|
.fac-item { |
|
|
flex-shrink: 0; |
|
|
flex-shrink: 0; |
|
|
width: 44px; |
|
|
width: 44px; |
|
|
@ -359,7 +362,7 @@ watch(mapStatus, newValue => { |
|
|
.tip { |
|
|
.tip { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 93px; |
|
|
top: 93px; |
|
|
left: 421px; |
|
|
|
|
|
|
|
|
right: 564px; |
|
|
} |
|
|
} |
|
|
.search-btn { |
|
|
.search-btn { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
|