李凌
2025-10-09 631dc512b226b346fefaebbedf1ddd79c06cab71
src/views/cryptos/Trade/index.vue
@@ -63,8 +63,8 @@
          @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">
@@ -544,7 +544,8 @@
@import "@/assets/init.scss";
#cryptos {
  background-color: $mainbgWhiteColor;
  // background-color: $mainbgWhiteColor;
  :v-deep(.px-4) {
    padding-left: 30px !important;
    padding-right: 30px !important;
@@ -648,10 +649,12 @@
  .select-box {
    width: 220px;
    background: $inp-b;
    // background: $inp-b;
    margin-right: 20px;
    @include themify() {
      background: themed("tab_background");
    }
  }
}