From 03043192ddf00f9a36b7454799a9152cd1b50a0b Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 11:13:45 +0800
Subject: [PATCH] 1

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

diff --git a/src/components/trade/etf-ex-nav/index.vue b/src/components/trade/etf-ex-nav/index.vue
index c34cb86..fbfb83d 100644
--- a/src/components/trade/etf-ex-nav/index.vue
+++ b/src/components/trade/etf-ex-nav/index.vue
@@ -47,6 +47,16 @@
           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'
+        // },
       ]
     }
   },
@@ -73,6 +83,16 @@
           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'
+        // },
       ],
     }
   },
@@ -98,7 +118,8 @@
 <style lang="scss" scoped>
 .nav {
   display: flex;
-  justify-content: space-between;
+  justify-content: start;
+  // flex-wrap: wrap;
   align-items: center;
   font-size: 26px;
   color: #21262F;
@@ -109,6 +130,7 @@
   flex-direction: column;
   justify-content: center;
   align-items: center;
+  // width: 25%;
   flex: 1;
   color: $text_color;
 

--
Gitblit v1.9.3