Commit 6298c881 authored by youjie's avatar youjie

no message

parent f36a661e
......@@ -375,9 +375,10 @@
}
.orderop div {
width: 100px;
height: 50%;
width: auto;
height: 30px;
display: flex;
padding: 0 5px;
justify-content: center;
}
......@@ -781,7 +782,7 @@
</div>
</div>
<div v-if="item.OrderStatus > 0 && item.OrderStatus < 4 && item.OrderStatus != 3"
class="column justify-c px15 bgE8F5E9 radius5 ml fz12 orderop pa20 flex-s">
class="row-c justify-c px15 bgE8F5E9 radius5 ml fz12 orderop flex-s">
<div v-if="
item.OrderStatus == 1 &&
item.IncomeList.length == 0 &&
......
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