sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-09 04:58:10 +08:00
parent e9ae0be7a6
commit 80c5b68b40

View File

@@ -471,7 +471,7 @@ export function ChapterTree({
</label>
)}
<span className="text-sm text-gray-200 truncate">{section.id} {section.title}</span>
{pinnedSectionIds.includes(section.id) && <Star className="w-3 h-3 text-amber-400 fill-amber-400 shrink-0" title="已置顶" />}
{pinnedSectionIds.includes(section.id) && <span title="已置顶"><Star className="w-3 h-3 text-amber-400 fill-amber-400 shrink-0" /></span>}
</div>
<div className="flex items-center gap-2 shrink-0">
<span className="text-[10px] text-gray-500"> {(section.clickCount ?? 0)} · {(section.payCount ?? 0)}</span>
@@ -875,7 +875,7 @@ export function ChapterTree({
<span className="text-sm text-gray-200 truncate">
{section.id} {section.title}
</span>
{pinnedSectionIds.includes(section.id) && <Star className="w-3 h-3 text-amber-400 fill-amber-400 shrink-0" title="已置顶" />}
{pinnedSectionIds.includes(section.id) && <span title="已置顶"><Star className="w-3 h-3 text-amber-400 fill-amber-400 shrink-0" /></span>}
</div>
<div
className="flex items-center gap-2 shrink-0"