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="survey-questionnaire w-vw-24">
|
||||
<view class="bg-white border-ff overflow-hidden rounded-[20px]">
|
||||
<view class="border-box flex flex-items-center flex-justify-between bg-[#F0F8F3]">
|
||||
<text class="font-size-18 font-500 text-[#171717] text-left ml-[12px]">
|
||||
<text class="font-size-18 font-[500] text-[#171717] text-left ml-[12px]">
|
||||
调查问卷
|
||||
</text>
|
||||
<image class="w-102 h-72" :src="surveyData.logoUrl" mode="widthFix" />
|
||||
|
||||
Reference in New Issue
Block a user