fix(web): 技能页 bg-paper/删除虚构创作中徽标/设置页 try-finally/文风页移动端定高 grid

This commit is contained in:
Yaojia Wang
2026-06-29 16:52:43 +02:00
parent d7fcb8a329
commit 69f3c2a29b
4 changed files with 60 additions and 48 deletions

View File

@@ -46,19 +46,19 @@ export function SkillsPage({ project, skills }: SkillsPageProps) {
description="按来源、档位和表权限汇总当前可用技能。"
/>
<dl className="mt-4 grid grid-cols-3 gap-2 text-center">
<div className="rounded border border-line bg-paper p-3">
<div className="rounded border border-line bg-bg p-3">
<dt className="text-xs text-ink-soft"></dt>
<dd className="mt-1 font-serif text-2xl text-ink">
{summary.total}
</dd>
</div>
<div className="rounded border border-line bg-paper p-3">
<div className="rounded border border-line bg-bg p-3">
<dt className="text-xs text-ink-soft"></dt>
<dd className="mt-1 font-serif text-2xl text-ink">
{summary.writableCount}
</dd>
</div>
<div className="rounded border border-line bg-paper p-3">
<div className="rounded border border-line bg-bg p-3">
<dt className="text-xs text-ink-soft"></dt>
<dd className="mt-1 font-serif text-2xl text-ink">
{summary.readonlyCount}