refactor: remove margin utils, use inline pixel spacing
Delete the src/static/scss/margin.scss utility file, update all component templates to replace pre-defined margin classes with inline arbitrary pixel values (e.g. mb-[4px] instead of mb-4), and clean up long template lines for better readability.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="info-row flex items-center mt-8">
|
||||
<view class="info-row flex items-center mt-[8px]">
|
||||
<text class="label font-size-12 text-[#99a0ae]">{{ label }}:</text>
|
||||
<text class="value flex-full font-size-12 text-[#99a0ae]">{{ value }}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user