style(home-components): update tailwind classes and clean up code

- replace legacy tailwind shorthand classes with modern bracket notation
- remove unused CSS styles and imports from SharedVisual components
- remove unused `mode` prop from MediaFrame.vue
- fix trailing newline in shared stylesheet
This commit is contained in:
DEV_DSW
2026-05-29 10:14:06 +08:00
parent 0c23d7ccb5
commit 6e227ff441
5 changed files with 10 additions and 33 deletions

View File

@@ -75,7 +75,7 @@
<div class="long-text-guide-card__action-label color-94A3B8 text-[11px] font-800">
{{ activeItem.action.label }}
</div>
<div class="long-text-guide-card__map-card rounded-16 overflow-hidden">
<div class="long-text-guide-card__map-card rounded-[16px] overflow-hidden">
<div class="long-text-guide-card__map-image-wrap relative">
<img class="long-text-guide-card__map-image w-full block" :src="activeItem.action.image"
mode="aspectFill" />