style(business-crud-page): 调整调度弹窗卡片对齐及货物信息标题布局

- 调整调度弹窗顶部“基本信息”与“收发货路线”两卡片最小高度至260px,实现高度一致
- 通过设置 flex 属性确保卡片内部白底区域等高对齐
- 修改调度摘要容器底部间距为12px,避免与卡片自身 margin 叠加
- 收紧“货物信息”标题的行高,保证与右侧链接垂直居中对齐
- 设置右侧导入货物和常用货物链接使用 inline-flex 和垂直居中样式
- master-order-editor 组件中调整页面布局,将行内元素两端对齐,并移除不必要背景色
This commit is contained in:
2026-08-13 18:03:48 +08:00
parent fb633e27c6
commit e48e5b6989
3 changed files with 25 additions and 2 deletions
@@ -9618,6 +9618,10 @@ export default {
font-size: 15px;
font-weight: 600;
> span {
line-height: 1;
}
&::before {
display: block;
width: 4px;
@@ -9647,6 +9651,12 @@ export default {
flex: 0 0 auto;
align-items: center;
gap: 8px;
.el-link {
display: inline-flex;
align-items: center;
line-height: 1;
}
}
&__task {
@@ -1061,7 +1061,7 @@ export default {
display: flex;
margin-bottom: 8px;
flex-direction: row;
justify-content: flex-end;
justify-content: space-between;
align-items: center;
h3 {
margin-right: auto;
@@ -1071,7 +1071,6 @@ export default {
.goods-toolbar {
display: flex;
gap: 8px;
background-color: #f3f3f3;
}
.goods-actions {
display: flex;