mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
feat(前端界面): OFDGo WebUI优化系统字体权限请求
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user