This commit is contained in:
parent
a74a1e3b5e
commit
804ee95a6f
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="mapDiv"></div>
|
||||
<van-floating-panel v-model:height="height" :anchors="anchors">
|
||||
<van-floating-panel v-model:height="height" :anchors="anchors" :content-draggable="false">
|
||||
<van-sticky style="background-color: #fff; z-index: 99">
|
||||
<van-search
|
||||
v-model="dropdown.sesh"
|
||||
|
@ -64,7 +64,7 @@
|
|||
class="imgse"
|
||||
:src="
|
||||
item.img ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
'https://tse2-mm.cn.bing.net/th/id/OIP-C.74NfMybvAFf0IxWZBMN1vgHaFM?w=253&h=180&c=7&r=0&o=5&pid=1.7'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
|
@ -148,7 +148,7 @@
|
|||
class="imgse"
|
||||
:src="
|
||||
item.img ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
'https://tse2-mm.cn.bing.net/th/id/OIP-C.74NfMybvAFf0IxWZBMN1vgHaFM?w=253&h=180&c=7&r=0&o=5&pid=1.7'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
|
@ -200,7 +200,7 @@
|
|||
style="width: 100%; height: 100%; border-radius: 5px"
|
||||
:src="
|
||||
showdata.img ||
|
||||
'https://ts4.cn.mm.bing.net/th?id=OIP-C.loXEDwoMcxdPH4Ka75v3qgHaFU&w=294&h=211&c=8&rs=1&qlt=90&o=6&pid=3.1&rm=2'
|
||||
'https://tse2-mm.cn.bing.net/th/id/OIP-C.74NfMybvAFf0IxWZBMN1vgHaFM?w=253&h=180&c=7&r=0&o=5&pid=1.7'
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
|
@ -683,6 +683,7 @@ const getlists = () => {
|
|||
.card {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
// z-index: 9999;
|
||||
padding-bottom: 80px;
|
||||
|
||||
.card ::-webkit-scrollbar {
|
||||
|
|
Loading…
Reference in New Issue