|
@@ -23,6 +23,7 @@
|
|
<span>{{ item.createdAt }}</span>
|
|
<span>{{ item.createdAt }}</span>
|
|
<span>></span>
|
|
<span>></span>
|
|
</p>
|
|
</p>
|
|
|
|
+ <img class="fail" src="./image/fail@2x.png" alt="" v-if="item.orderStatusId === 3">
|
|
</li>
|
|
</li>
|
|
<li class="bitmap" v-if="!listData.length && booFetchData">
|
|
<li class="bitmap" v-if="!listData.length && booFetchData">
|
|
<img src="./image/bitmap@2x.png" alt="">
|
|
<img src="./image/bitmap@2x.png" alt="">
|
|
@@ -179,6 +180,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
.list {
|
|
.list {
|
|
|
|
+ position: relative;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 0;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -262,6 +266,16 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .fail {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 14px;
|
|
|
|
+ top: 21px;
|
|
|
|
+ z-index: 1;
|
|
|
|
+ display: block;
|
|
|
|
+ width: 77px;
|
|
|
|
+ height: 49px;
|
|
|
|
+ }
|
|
|
|
+
|
|
.bottom {
|
|
.bottom {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|