style: fix MoreService template and margin styles
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user