Commit 6298c881 authored by youjie's avatar youjie

no message

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