style: standardize spacing & clean up unused styles

Update all component spacing classes to use the Tailwind [xxpx] arbitrary value syntax consistently, replacing shorthand numeric classes with explicit pixel values. Remove the unused external SCSS stylesheet for the MoreService component and its associated import in RoutePlanCard, then inline all of MoreService's previously external styles directly into its template classes.
This commit is contained in:
DEV_DSW
2026-05-29 14:44:00 +08:00
parent 79770b03d4
commit 4cfd714ff7
8 changed files with 13 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ v
<template>
<div class="welcome-content p-[12px]">
<div class="wrap rounded-[20px]">
<div class="flex items-center justify-between pl-12 pr-12">
<div class="flex items-center justify-between pl-[12px] pr-[12px]">
<SpriteAnimator :src="spriteStyle.ipLargeImage" :frameWidth="spriteStyle.frameWidth"
:frameHeight="spriteStyle.frameHeight" :totalFrames="spriteStyle.totalFrames" :columns="spriteStyle.columns"
:displayWidth="spriteStyle.displayWidth" :fps="16" />