diff --git a/src/views/demo/tiankongdi/auditinfo/MapList/index.vue b/src/views/demo/tiankongdi/auditinfo/MapList/index.vue index e3844d38..841e6917 100644 --- a/src/views/demo/tiankongdi/auditinfo/MapList/index.vue +++ b/src/views/demo/tiankongdi/auditinfo/MapList/index.vue @@ -645,7 +645,8 @@ .data-list-info-div{ display: flex; justify-content: space-between; - padding-top: 10px; + margin-top: 10px; + height: 40px; .info-layout-div{ display:flex; align-items: center; @@ -664,7 +665,7 @@ width: 80px; border-radius: 7px; margin-right: 8px; - height: 30px; + height: 33px; justify-content: center; .info-label{ font-family: Alibaba PuHuiTi; diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue index e552e6a5..6015f8e4 100644 --- a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue +++ b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue @@ -751,7 +751,8 @@ const closeMolder = () => { .data-list-info-div{ display: flex; justify-content: space-between; - padding-top: 10px; + margin-top: 10px; + height: 40px; .info-layout-div{ display:flex; align-items: center; @@ -770,7 +771,7 @@ const closeMolder = () => { width: 80px; border-radius: 7px; margin-right: 8px; - height: 30px; + height: 33px; justify-content: center; .info-label{ font-family: Alibaba PuHuiTi;