Merge branch 'main' of https://git.zdool.com/xs/yxdt/h5 into main

This commit is contained in:
liuyalei 2023-12-07 22:17:15 +08:00
commit feaf8b759c
2 changed files with 5 additions and 3 deletions

View File

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

View File

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