李凌
2025-10-09 631dc512b226b346fefaebbedf1ddd79c06cab71
src/views/chat/index.vue
@@ -15,7 +15,8 @@
      <div class="pt-30 px-32 pb-32 tabBackground">
        <template v-if="detail.direction == 'buy'">
          <template v-if="detail.state == 0">
            <div class="font-40 c2cColor" v-if="time > 0">{{ $t('订单将在倒计时结束时取消。') }}&nbsp;<span class="text-blue">{{ time }}</span></div>
            <div class="font-40 c2cColor" v-if="time > 0">{{ $t('订单将在倒计时结束时取消。') }}&nbsp;<span class="text-blue">{{ time
                }}</span></div>
            <div class="font-40 c2cColor" v-else>{{ $t('您的订单已超时') }}</div>
            <van-count-down class="flex font-700 mx-10" :time="time">
@@ -331,6 +332,7 @@
<style lang="scss" scoped>
@import "@/assets/css/copy2.scss";
.bg-left {
  background: #fff !important;
}
@@ -354,6 +356,7 @@
    outline: none;
  }
}
.chat-page{
  overflow: auto;
}
@@ -363,7 +366,10 @@
  top: 50%;
  transform: translateY(-50%);
}
.bottom-box{
  background: $main_background !important;
  @include themify() {
    background: themed("main_background");
  }
}
</style>