From 87eafb02edc316d401ba2f37509a0c39fc1a4b22 Mon Sep 17 00:00:00 2001 From: cclu <1106109051@qq.com> Date: Tue, 4 Apr 2023 22:46:22 +0800 Subject: [PATCH] update --- pages/commercialBI/components/headerTop.vue | 12 +++++++----- pages/map/detail.vue | 9 +++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pages/commercialBI/components/headerTop.vue b/pages/commercialBI/components/headerTop.vue index 58b1238..8276cc0 100644 --- a/pages/commercialBI/components/headerTop.vue +++ b/pages/commercialBI/components/headerTop.vue @@ -15,8 +15,10 @@ - {{serviceArray[serviceIndex]}} - {{area}} + + 新桥服务区 + + 合肥片区 @@ -147,20 +149,20 @@ export default { .selectService{ display: flex; align-items: center; - display: flex; .img{ width: 40px; height: 40px; z-index: 2; } .select{ - width: 174px; + min-width: 174px; height: 32px; background: #F8F8FA; border-radius: 0 16px 16px 0; transform: translateX(-20px); box-sizing: border-box; padding-left: 25px; + padding-right: 25px; display: flex; align-items: center; position: relative; @@ -189,7 +191,7 @@ export default { width: 24px; height: 12px; position: absolute; - right: 11px; + right: 0px; } } diff --git a/pages/map/detail.vue b/pages/map/detail.vue index 256a248..c50d707 100644 --- a/pages/map/detail.vue +++ b/pages/map/detail.vue @@ -27,7 +27,7 @@

{{info.ServerpartInfo.EXPRESSWAY_NAME}}

-
+
{{item.name}}
@@ -158,7 +158,8 @@ export default { {url:'https://eshangtech.com/ShopICO/ahyd-BID/service/baby.svg',name:'母婴室',isShow:false}, {url:'https://eshangtech.com/ShopICO/ahyd-BID/service/car.svg',name:'司机之家',isShow:false}, {url:'https://eshangtech.com/ShopICO/ahyd-BID/service/Charging.svg',name:'充电桩',isShow:false}, - {url:'https://eshangtech.com/ShopICO/ahyd-BID/service/hotel.svg',name:'客房',isShow:false}] + {url:'https://eshangtech.com/ShopICO/ahyd-BID/service/hotel.svg',name:'客房',isShow:false}], + typeShowList:[] } }, onLoad(option){ @@ -374,11 +375,10 @@ export default { .typeList{ width: 100%; display: flex; - justify-content: space-between; flex-flow: wrap; margin-top: 16px; .typeItem{ - width: calc((100% - 16px)/3); + width: calc((100% - 24px)/3); height: 66px; display: flex; flex-direction: column; @@ -387,6 +387,7 @@ export default { background: #F7F7F7; border-radius: 4px; margin-bottom: 8px; + margin-right: 8px; .img{ width: 24px; height: 24px;