style: remove redundant box-border utility classes

Remove the unnecessary box-border CSS class from component template class lists across the codebase, cleaning up styling without altering any component functionality.
This commit is contained in:
duanshuwen
2026-07-24 16:50:53 +08:00
parent cb7054cd90
commit e174e3b726
45 changed files with 75 additions and 80 deletions

View File

@@ -1,8 +1,8 @@
v
<template>
<view class="welcome-content box-border p-[12px]">
<view class="welcome-content p-[12px]">
<view class="wrap rounded-20">
<view class="flex flex-items-center flex-justify-between box-border pl-[12px] pr-[12px]">
<view class="flex flex-items-center flex-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" />