feat: 调整全局和管理员字体大小,优化样式

This commit is contained in:
2026-04-12 13:59:18 +08:00
parent af78359d94
commit bae46aef77
6 changed files with 12 additions and 252 deletions

View File

@@ -110,26 +110,6 @@
overflow-wrap: anywhere;
}
.docs-render .vditor-reset {
font-size: 16px;
line-height: 1.8;
}
.docs-render table tr td {
border: 1px solid #d1d5db;
text-align: center;
min-width: 120px;
height: 30px;
}
.docs-render table th {
border: 1px solid #d1d5db;
min-width: 120px;
height: 30px;
background-color: #eff6ff;
text-align: center;
}
@media (max-width: 991px) {
.docs-shell {
flex-direction: column;