From 42faef34194c466f03e29d75a63ae502e4213044 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 10:38:46 +0800
Subject: [PATCH] 上一版是10.10的, 这版才是原始源码

---
 src/components/trade/etf-ex-nav/index.vue |   24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diff --git a/src/components/trade/etf-ex-nav/index.vue b/src/components/trade/etf-ex-nav/index.vue
index fbfb83d..c34cb86 100644
--- a/src/components/trade/etf-ex-nav/index.vue
+++ b/src/components/trade/etf-ex-nav/index.vue
@@ -47,16 +47,6 @@
           icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon4-4.png`, import.meta.url),
           path: '/cryptos/accountChange?type=indices'
         },
-        {
-          name: this.$t('大宗交易'),
-          icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
-          path: '/cryptos/blockTradesEtf'
-        },
-        // {
-        //   name: this.$t('暗池交易'),
-        //   icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
-        //   path: '/cryptos/darkpoolTradingEtf'
-        // },
       ]
     }
   },
@@ -83,16 +73,6 @@
           icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon4-4.png`, import.meta.url),
           path: '/cryptos/accountChange?type=indices'
         },
-        {
-          name: this.$t('大宗交易'),
-          icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
-          path: '/cryptos/blockTradesEtf'
-        },
-        // {
-        //   name: this.$t('暗池交易'),
-        //   icon: new URL(`../../../assets/theme/${thStore.theme}/image/etfNav/icon3-3.png`, import.meta.url),
-        //   path: '/cryptos/darkpoolTradingEtf'
-        // },
       ],
     }
   },
@@ -118,8 +98,7 @@
 <style lang="scss" scoped>
 .nav {
   display: flex;
-  justify-content: start;
-  // flex-wrap: wrap;
+  justify-content: space-between;
   align-items: center;
   font-size: 26px;
   color: #21262F;
@@ -130,7 +109,6 @@
   flex-direction: column;
   justify-content: center;
   align-items: center;
-  // width: 25%;
   flex: 1;
   color: $text_color;
 

--
Gitblit v1.9.3