调整菜单卡片功能标题与功能键字号为12

This commit is contained in:
liuwei
2026-04-20 13:06:11 +08:00
parent 77a0fbe33f
commit cfb8af334b

View File

@@ -305,13 +305,13 @@ class RobotMenuRenderTool:
.feature-meta {{ flex: 1; }}
.feature-meta h3 {{
margin: 0 0 2px 0;
font-size: 15px;
font-size: 12px;
font-weight: 300;
line-height: 1.25;
letter-spacing: .1px;
color: #000;
}}
.feature-key {{ margin: 0; font-size: 9px; color: var(--muted); }}
.feature-key {{ margin: 0; font-size: 12px; color: var(--muted); }}
.status-badge {{
font-size: 9px;
font-weight: 700;