style(views): 调整字体大小和布局样式

统一调整多个视图中的字体大小,优化表单标签布局和表格样式
This commit is contained in:
anghunk
2026-01-21 11:11:06 +08:00
parent 6626d3eee0
commit ec9c658e44
3 changed files with 22 additions and 16 deletions

View File

@@ -246,7 +246,7 @@ function handleLogoutFromActions() {
.menu-item {
padding: 10px 16px;
cursor: pointer;
font-size: 14px;
font-size: 15px;
color: #24292f;
}