style(meeting-new): 面包屑 margin-bottom 12px → 24px, 表单离面包屑远一点

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
郭庆泰
2026-08-18 22:47:55 +08:00
co-authored by Claude
parent 379cf226f5
commit a4810099d0
+1 -1
View File
@@ -145,7 +145,7 @@ onMounted(async () => {
.breadcrumb { .breadcrumb {
font-size: 13px; font-size: 13px;
color: #8c8c8c; color: #8c8c8c;
margin-bottom: 12px; margin-bottom: 24px;
} }
/* === 2 列布局 (跟原型 .form-grid 一致, grid-auto-flow: column 让左 6 右 5 对齐) === */ /* === 2 列布局 (跟原型 .form-grid 一致, grid-auto-flow: column 让左 6 右 5 对齐) === */