物料总数
{{ outboundInfo.pickedQty }}{{ outboundInfo.totalQty }}
@@ -544,6 +546,20 @@ export default {
.card-title {
margin-bottom: 16px;
+ display: flex;
+ justify-content: space-between;
+ align-items: flex-start;
+}
+
+.title-left-group {
+ display: flex;
+ flex-direction: column;
+}
+
+.title-right-group {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-end;
}
.title-label {
@@ -559,21 +575,29 @@ export default {
font-weight: bold;
color: #333;
line-height: 1.2;
- margin-left: 20px;
+}
+
+.title-value.related-value {
+ font-size: 13px;
+ font-weight: 500;
}
.card-details {
display: flex;
justify-content: space-between;
align-items: flex-start;
- gap: 4px;
}
.detail-item {
- flex: 1;
- text-align: center;
- min-width: 60px;
- max-width: 60px;
+ flex: 0 0 auto;
+}
+
+.detail-item-left {
+ text-align: left;
+}
+
+.detail-item-right {
+ text-align: right;
}
.detail-label {
@@ -582,7 +606,6 @@ export default {
margin-bottom: 6px;
font-weight: normal;
line-height: 1.2;
- margin-left: -12px;
}
.detail-value {
@@ -590,7 +613,6 @@ export default {
color: #333;
font-weight: 500;
line-height: 1.2;
- margin-left: -12px;
}
.detail-value .qualified {