refactor: remove gap.scss and inline gap classes

delete the standalone gap.scss utility file, remove its import from src/static/scss/index.scss, and update all component templates to replace predefined gap-* classes with inline gap-[px] notation
This commit is contained in:
duanshuwen
2026-07-24 16:54:46 +08:00
parent e174e3b726
commit 39b91a8d05
7 changed files with 8 additions and 44 deletions

View File

@@ -11,7 +11,7 @@
{{ item.title }}
</view>
<view
class="recommendation-list-card__distance flex flex-items-center gap-4 mt-4 color-94A3B8 font-size-12 font-800">
class="recommendation-list-card__distance flex flex-items-center gap-[4px] mt-4 color-94A3B8 font-size-12 font-800">
<text class="recommendation-list-card__pin"></text>
<text>{{ item.distance }}</text>
</view>