refactor: remove custom font-weight scss and update class usages
Delete the standalone font-weight.scss utility file, remove its import from the main scss index, and update all existing references to the custom font-{weight} classes to use either built-in semantic font utilities or inline functional font weight classes matching the project's utility-first styling pattern.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<view class="bg-white rounded-[12px] p-[12px] mb-[12px]">
|
||||
<view class="flex flex-items-center flex-justify-between">
|
||||
<view class="flex flex-items-center">
|
||||
<text class="font-size-16 text-[#171717] leading-[24px] font-500">
|
||||
<text class="font-size-16 text-[#171717] leading-[24px] font-[500]">
|
||||
订单金额
|
||||
</text>
|
||||
<text class="amt font-size-18 font-bold text-[#ff3d60] ml-[4px]">
|
||||
|
||||
Reference in New Issue
Block a user