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

@@ -3,7 +3,7 @@
<!-- 占位撑开 -->
<div class="w-vw"></div>
<div class="flex flex-items-center flex-justify-between p-[12px] " @click="openMap">
<div class="rounded-16 p-16 bg-theme-color-50">
<div class="rounded-[16px] p-16 bg-theme-color-50">
<div class="w-32 h-32 rounded-full bg-white flex flex-items-center flex-justify-center">
<uni-icons type="location" size="16" color="#171717" />
</div>