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 {
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: "象山第三人民医院",
@ -268,7 +269,7 @@ const list = reactive({
const init = () => {
map = new T.Map("mapDiv");
// map.setMapType(window.TMAP_SATELLITE_MAP);
map.centerAndZoom(new T.LngLat(121.88356,29.45144), 13);
map.centerAndZoom(new T.LngLat(121.88356, 29.45144), 13);
control = new T.Control.Zoom();
//
map.addControl(control);
@ -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;