style: fix MoreService template and margin styles

This commit is contained in:
DEV_DSW
2026-06-08 14:01:30 +08:00
parent 9571ad919e
commit 3ae31fbbee

View File

@@ -2,8 +2,9 @@
<van-popup ref="popup" position="bottom" v-model:show="show" style="background: transparent;">
<div class="popup-content bg-[#f5f7fa] rounded-t-[15px] pt-[12px] pl-[12px] pr-[12px] pb-[30px]">
<div class="flex items-center pb-[12px]">
<div class="title flex-1 text-center text-[17px] text-black font-medium ml-24">{{ t("home.moreService.title")
}}</div>
<div class="title flex-1 text-center text-[17px] text-black font-medium ml-[24px]">
{{ t("home.moreService.title") }}
</div>
<van-icon name="cross" size="24" color="#CACFD8" @click="close" />
</div>