refactor: standardize spacing and update RefundPopup component

- standardize margin spacing across components with explicit pixel values
- replace legacy uni-popup and icons with van-ui equivalents in RefundPopup
- update font weight class to use semantic name in date range selector
This commit is contained in:
DEV_DSW
2026-05-29 11:20:45 +08:00
parent 702a7c1591
commit 78644e3b8a
11 changed files with 32 additions and 58 deletions

View File

@@ -4,7 +4,7 @@
<div class="w-full"></div>
<div class="flex flex-col px-[16px] pt-16 pb-[12px] ">
<div v-if="tag" class="long-answer-tag">{{ tag }}</div>
<div v-if="title" class="flex flex-row flex-items-start flex-justify-start mb-4">
<div v-if="title" class="flex flex-row flex-items-start flex-justify-start mb-[4px]">
<uni-icons class="icon-active" type="fire-filled" size="18" color="opacity" />
<span class="text-[16px] font-medium span-color-900 ml-6"> {{ title }}</span>
</div>