| | |
| | | @cancelOrder="cancelOrder" /> |
| | | </div> |
| | | <div class="py-20 px-20" v-else-if="tabType == '2'"> |
| | | <history-item unit="USDT" v-for="item in entrustList" :key="item.order_no" :coinPrice="coinPrice" :entrust="item" |
| | | :state="item.state" @cancelOrder="cancelOrder" /> |
| | | <history-item unit="USDT" v-for="item in entrustList" :key="item.order_no" :coinPrice="coinPrice" |
| | | :entrust="item" :state="item.state" @cancelOrder="cancelOrder" /> |
| | | </div> |
| | | <div class="py-20 px-20" v-else> |
| | | <div class="mb-20"> |
| | |
| | | @import "@/assets/init.scss"; |
| | | |
| | | #cryptos { |
| | | background-color: $mainbgWhiteColor; |
| | | |
| | | // background-color: $mainbgWhiteColor; |
| | | :v-deep(.px-4) { |
| | | padding-left: 30px !important; |
| | | padding-right: 30px !important; |
| | |
| | | |
| | | .select-box { |
| | | width: 220px; |
| | | |
| | | background: $inp-b; |
| | | |
| | | // background: $inp-b; |
| | | margin-right: 20px; |
| | | |
| | | @include themify() { |
| | | background: themed("tab_background"); |
| | | } |
| | | } |
| | | |
| | | } |