|
@@ -43,7 +43,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<!-- <hr> -->
|
|
|
- <div class="footer align-items-center">
|
|
|
+ <div class="footer align-items-center" style="justify-content: space-around;">
|
|
|
<button class="btn btn-info" style="background: #4FDCA2;border:1px solid #4FDCA2" @click="open">联系我们</button>
|
|
|
<button class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" @click="cancel">取消订单</button>
|
|
|
<a class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" :data-type="info['order_type']"
|
|
@@ -85,7 +85,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<!-- <hr> -->
|
|
|
- <div class="footer align-items-center">
|
|
|
+ <div class="footer align-items-center" style="justify-content: space-around;">
|
|
|
<button class="btn btn-info" style="background: #4FDCA2" @click="open">联系我们</button>
|
|
|
<a class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" :data-type="info['order_type']"
|
|
|
v-on:click="goDetail">查看信息</a>
|
|
@@ -128,7 +128,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <hr> -->
|
|
|
- <div class="footer align-items-center">
|
|
|
+ <div class="footer align-items-center" style="justify-content: space-around;">
|
|
|
<button class="btn btn-info" style="background: #4FDCA2" @click="open">联系我们</button>
|
|
|
<a class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" :data-type="info['order_type']"
|
|
|
v-on:click="goDetail">查看信息</a>
|
|
@@ -476,6 +476,7 @@ import login from "@/store/module/login";
|
|
|
padding: 1rem;
|
|
|
margin: .5rem;
|
|
|
margin-bottom: 0;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
|
|
|
.footer {
|
|
@@ -484,7 +485,7 @@ import login from "@/store/module/login";
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
// justify-content: flex-end;
|
|
|
- justify-content: space-around;
|
|
|
+ // justify-content: space-around;
|
|
|
.btn {
|
|
|
padding: 0.375rem 0.55rem;
|
|
|
}
|