refactor(transportCapacity): 使用 section-card 重构司机管理弹窗布局

- 将司机管理页面新增/编辑弹窗中四个分组改为使用标准 section-card 组件包裹
- 删除手写的扁平样式和红色竖条,统一使用全局 element-ui 样式维护弹窗视觉风格
- 调整司机证件上传区尺寸为 240x151 px,保持身份证比例并左对齐显示
- 优化弹窗中各表单项布局,提高视觉层次与一致性
- 更新 scoped 样式,移除无用的 section-title 样式,保持代码清洁
This commit is contained in:
2026-08-06 16:53:23 +08:00
parent 53676a1150
commit 02b2e3b673
9 changed files with 1920 additions and 1621 deletions
+1 -10
View File
@@ -503,7 +503,7 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 88px;
//min-height: 88px;
padding: 16px 28px 16px 22px;
border: 1px dashed #8b8b8b;
border-radius: 8px;
@@ -600,7 +600,6 @@ export default {
flex-direction: column;
gap: 4px;
color: #303133;
font-size: 16px;
line-height: 1.25;
}
@@ -622,14 +621,6 @@ export default {
display: block;
}
:global(.insurance-record-page__upload-button) {
min-width: 112px;
height: 40px;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
}
@media (max-width: 768px) {
:global(.insurance-record-page__upload) {
align-items: stretch;