Commit 8ad723d1 authored by youjie's avatar youjie

no message

parent 013e1c41
...@@ -280,9 +280,10 @@ ...@@ -280,9 +280,10 @@
text-align: center; text-align: center;
} }
.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;
} }
.RoomList div { .RoomList div {
...@@ -734,7 +735,7 @@ ...@@ -734,7 +735,7 @@
</div> </div>
<div <div
v-if="item.OrderStatus > 3 || item.OrderStatus < 3" v-if="item.OrderStatus > 3 || item.OrderStatus < 3"
class="column justify-c px15 bgE8F5E9 radius5 ml fz12 orderop pa20 flex-s" class="row-c wrap justify-c px15 bgE8F5E9 radius5 ml fz12 orderop pa20 flex-s"
> >
<div <div
v-if=" v-if="
......
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