style(hrm): 调整业务详情容器的布局与卡片宽度

修改容器的flex布局方向和对齐方式,统一表单与报告卡片的最大宽度,优化页面整体排版
This commit is contained in:
2026-07-06 15:45:25 +08:00
parent d819dd9195
commit 62796299c4

View File

@@ -459,24 +459,22 @@ export default {
padding: 16px 20px 32px;
background: #f8f9fb;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: 20px;
}
.form-card {
max-width: 980px;
// margin: 0 auto;
width: 100%;
max-width: 1100px;
border: 1px solid #d7d9df;
border-radius: 12px;
background: #ffffff;
}
.report-card {
width: 600px;
// position: fixed;
// top: 104px;
// right: 0;
// margin: 0 auto;
width: 100%;
max-width: 1100px;
border: 1px solid #d7d9df;
border-radius: 12px;
background: #ffffff;