style: migrate font-size classes to text-[size] syntax

Additionally update spacing utilities and refactor the OrderQrcode component:
- Switch popup implementation from uni-popup to van-popup
- Remove the deprecated SCSS stylesheet
- Clean up component template and script code
This commit is contained in:
DEV_DSW
2026-05-29 09:21:36 +08:00
parent 02fef5dd89
commit e52f916231
44 changed files with 202 additions and 340 deletions

View File

@@ -14,11 +14,11 @@
<div class="font-size-16 color-000 line-height-24 font-500">
{{ item.title }}
</div>
<div class="font-size-12 color-A3A3A3 line-height-16">
<div class="text-[12px] color-A3A3A3 line-height-16">
{{ item.content }}
</div>
</div>
<div class="right border-box font-size-12 color-white line-height-16" @click="handleClick(item)">
<div class="right border-box text-[12px] color-white line-height-16" @click="handleClick(item)">
{{ item.btnText }}
</div>
</div>