Commit 1599e7b6 by wusiyi

fix: 样式调整

parent 8b8c6ee1
......@@ -186,7 +186,7 @@
<span class="box-top-item-box-index-text">号箱</span>
<span style="font-size: 30px">放入第</span>
<span style="font-size: 30px; white-space: nowrap">放入第</span>
<div
class="box-top-item-box-index-number"
:style="{
......@@ -206,7 +206,7 @@
podOrderDetailsData.pickingNumber ===
podOrderDetailsData.purchaseNumber
"
style="font-size: 30px"
style="font-size: 30px; white-space: nowrap"
>件已配齐</span
>
<span v-else style="font-size: 30px">件商品</span>
......@@ -1675,13 +1675,14 @@ const getSortingAreaList = async () => {
.box-top-item-box-index-text {
margin-right: 15px;
font-size: 30px;
white-space: nowrap;
}
.box-top-item-box-index-number {
font-size: 60px;
color: red;
display: inline-block;
text-align: center;
width: 80px;
flex: 1;
font-weight: 600;
}
.box-top-item-status {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment