feat(前端界面): 优化前端文案
build.yaml / build (push) Successful in 33s

This commit is contained in:
2026-07-07 16:12:02 +08:00
parent 73336bcc0e
commit 889a6b1fae
2 changed files with 9 additions and 39 deletions
+1 -16
View File
@@ -645,25 +645,10 @@ body[data-hide-meta] .meta-panel {
}
.doc-font-detail {
overflow: hidden;
color: var(--text-muted);
font-size: 11px;
line-height: 1.35;
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;
overflow-wrap: anywhere;
}
.font-list {