Files
guoju0808/ry-vue3
郭庆泰andClaude 518da057e4 refactor(meeting-new): 恢复 2 列布局, 保留 el-form 项目标准
之前把 grid 改成单列 el-form-item 序列, 偏离原型 2 列布局。
现在用 .form-grid (CSS Grid 2 列 + grid-auto-flow: column 让左 6 右 5 对齐)
包住 11 个 el-form-item, 同时保留:
- el-form + :rules (项目标准)
- el-button type=primary (项目标准, 不覆盖 CSS)
- label-width 110px (跟原型一致, 不是 skill 的 120px — 因为原型是设计真源)
- :deep(.el-form-item) { margin-bottom: 0 } 让 grid 控制间距

按钮用 el-form-item 包裹 (skill 标准), 通过 CSS 隐藏 label 列避免空白。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-18 22:45:45 +08:00
..
2026-08-16 21:24:53 +08:00
2026-08-16 21:24:53 +08:00
2026-08-16 13:42:26 +08:00