refactor: replace legacy flex utility classes and remove flex.scss
Replace all instances of prefixed flex utility classes (like flex-items-center, flex-justify-between, flex-full, flex-shrink-0) with their standard un-prefixed counterparts (items-center, justify-between, flex-1, shrink-0) across the codebase. Remove the deprecated src/static/scss/flex.scss partial file as it is no longer needed after these updates.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="info-row flex items-center mt-[8px]">
|
||||
<text class="label text-[12px] text-[#99a0ae]">{{ label }}:</text>
|
||||
<text class="value flex-full text-[12px] text-[#99a0ae]">{{ value }}</text>
|
||||
<text class="value flex-1 text-[12px] text-[#99a0ae]">{{ value }}</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user