style(property-marketing): 调整账号详情标题样式为加粗

This commit is contained in:
rd
2025-09-22 16:11:25 +08:00
parent 07b57f0d59
commit 0512801254

View File

@ -2,7 +2,7 @@
<div class="note-detail-wrap h-full flex flex-col"> <div class="note-detail-wrap h-full flex flex-col">
<div class="flex items-center mb-16px cursor-pointer" @click="handleBack"> <div class="flex items-center mb-16px cursor-pointer" @click="handleBack">
<icon-left size="16" /> <icon-left size="16" />
<span class="cts title ml-8px">账号详情</span> <span class="cts ml-8px bold">账号详情</span>
</div> </div>
<!--作品详情--> <!--作品详情-->