style(business-crud-page): 调整调度弹窗卡片对齐及货物信息标题布局
- 调整调度弹窗顶部“基本信息”与“收发货路线”两卡片最小高度至260px,实现高度一致 - 通过设置 flex 属性确保卡片内部白底区域等高对齐 - 修改调度摘要容器底部间距为12px,避免与卡片自身 margin 叠加 - 收紧“货物信息”标题的行高,保证与右侧链接垂直居中对齐 - 设置右侧导入货物和常用货物链接使用 inline-flex 和垂直居中样式 - master-order-editor 组件中调整页面布局,将行内元素两端对齐,并移除不必要背景色
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user