feat(前端界面): OFDGo WebUI优化系统字体权限请求

This commit is contained in:
2026-07-07 15:14:25 +08:00
parent 654bedbd33
commit ebfe7b5d17
3 changed files with 50 additions and 3 deletions
+10
View File
@@ -652,6 +652,16 @@ body[data-hide-meta] .meta-panel {
gap: 8px;
}
.font-permission-hint {
margin: 0 0 8px;
padding: 7px 8px;
border: 1px solid var(--line);
background: #ffffff;
color: var(--text-muted);
font-size: 12px;
line-height: 1.35;
}
.font-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;