feat(前端界面): 统一前端界面文案
build.yaml / build (push) Successful in 35s

This commit is contained in:
2026-07-07 16:03:25 +08:00
parent 67eed80507
commit 73336bcc0e
3 changed files with 67 additions and 20 deletions
+16 -1
View File
@@ -645,10 +645,25 @@ body[data-hide-meta] .meta-panel {
}
.doc-font-detail {
overflow: hidden;
color: var(--text-muted);
font-size: 11px;
line-height: 1.35;
overflow-wrap: anywhere;
text-overflow: ellipsis;
white-space: nowrap;
}
.doc-font-result {
display: grid;
grid-template-columns: minmax(72px, 42%) minmax(0, 1fr);
gap: 8px;
}
.doc-font-result span {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.font-list {