style(submission-detail): breadcrumb margin-bottom 12px → 16px (留白)
This commit is contained in:
@@ -115,7 +115,7 @@ onMounted(load)
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
/* 整页面板 (详情页标准: max-width 1200px) */
|
/* 整页面板 (详情页标准: max-width 1200px) */
|
||||||
.doctor-submission-detail { max-width: 1200px; padding: 16px; }
|
.doctor-submission-detail { max-width: 1200px; padding: 16px; }
|
||||||
.breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 12px; }
|
.breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 16px; }
|
||||||
|
|
||||||
/* 只读表单样式 - 模拟 el-input 视觉, 但只显示文字 */
|
/* 只读表单样式 - 模拟 el-input 视觉, 但只显示文字 */
|
||||||
.readonly-form :deep(.el-form-item) { margin-bottom: 22px; }
|
.readonly-form :deep(.el-form-item) { margin-bottom: 22px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user