From fcb00a66b4053550b473a29d7299c7a4737eea75 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 16 Jul 2025 14:41:04 +0800
Subject: [PATCH] 翻译

---
 src/page/quotes.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/page/quotes.vue b/src/page/quotes.vue
index 047b54e..a3489de 100644
--- a/src/page/quotes.vue
+++ b/src/page/quotes.vue
@@ -294,7 +294,7 @@
     }
     this.tabList[0].text = this.$t("自选");
     this.tabList[1].text = this.$t("现货");
-    this.tabList[2].text = this.$t("合约");
+    // this.tabList[2].text = this.$t("合约");
   },
   deactivated() {
     this.clearTimeout();
@@ -333,11 +333,11 @@
 }
 .quotes {
   padding: 24px 0 24px 0;
-  /deep/ .van-tab {
+  :deep(.van-tab) {
     width: 10rem;
     flex: none;
   }
-  /deep/ .van-tab--active {
+  :deep(.van-tab--active) {
     min-width: 150px;
     text-align: center;
     padding: 18px 0px;
@@ -350,7 +350,7 @@
       font-size: 38px !important;
     }
   }
-  /deep/ .van-tabs__line {
+  :deep(.van-tabs__line) {
     background-color: #f7b328 !important;
     width: 5.5rem !important;
   }

--
Gitblit v1.9.3