refactor(scss, vue): remove unused min-height and min-width utility classes

remove the unused min-height.scss and min-width.scss source files
delete their @import statements from src/static/scss/index.scss
strip the min-width-0 and min-height-0 class attributes from the relevant Vue components
This commit is contained in:
duanshuwen
2026-07-24 22:21:14 +08:00
parent 2b12398f2a
commit 3d41691b65
5 changed files with 2 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
<view class="flex flex-row flex-justify-start p-[10px]">
<image class="card-img flex-shrink-0 rounded-[14px]" :src="createSvgIndex(index)" />
<view class="min-width-0 flex flex-col flex-full pl-[8px] py-[4px]">
<view class=" flex flex-col flex-full pl-[8px] py-[4px]">
<view class="w-full text-[12px] font-[600] text-[#171717] truncate">
{{ item.title }}
</view>