This commit is contained in:
汪汇 2023-12-07 17:41:05 +08:00
parent 677e992db0
commit 412ae6e2ae
2 changed files with 5 additions and 3 deletions

View File

@ -57,6 +57,7 @@ let clickNum = (num,path) => {
.bottom { .bottom {
z-index: 999;
background-color: #fff !important; background-color: #fff !important;
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -30,6 +30,7 @@
round round
position="bottom" position="bottom"
:style="{ height: '45%' }" :style="{ height: '45%' }"
style="z-index: 10"
> >
<van-sticky style="background-color: #fff; z-index: 99"> <van-sticky style="background-color: #fff; z-index: 99">
<van-search <van-search
@ -132,7 +133,7 @@ const dropdown = reactive({
tag: ["中医医院"], tag: ["中医医院"],
dz: "宁波市象山县南部新城兴洋路7号", dz: "宁波市象山县南部新城兴洋路7号",
jl: "6.7公里", jl: "6.7公里",
zb: [121.902770,29.435790], zb: [121.90277, 29.43579],
}, },
{ {
name: "象山第三人民医院", name: "象山第三人民医院",
@ -395,7 +396,7 @@ onMounted(() => {
width: 100%; width: 100%;
height: calc(100% - 102px); height: calc(100% - 102px);
overflow: auto; overflow: auto;
padding-bottom: 50px; padding-bottom: 80px;
.cardlist { .cardlist {
background-color: #fff; background-color: #fff;
padding: 14px 16px 0; padding: 14px 16px 0;