From e8e091be0653856edefa9582712db5f1a0833cc6 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 11:57:34 +0800
Subject: [PATCH] 首页修改
---
src/views/news/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/news/index.vue b/src/views/news/index.vue
index 019bc15..8a1e86f 100644
--- a/src/views/news/index.vue
+++ b/src/views/news/index.vue
@@ -42,7 +42,8 @@
<div id="DOGEUSDT" class="w-full h-full relative overflow-hidden"
style="user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0 10px;">
<!-- 添加进度条动画 -->
- <div class="absolute top-10 left-0 h-1 bg-blue-500 progress-bar-animation" :style="{ width: '80%' }"></div>
+ <div class="absolute top-10 left-0 h-1 bg-blue-500 progress-bar-animation" :style="{ width: '80%' }">
+ </div>
</div>
</div>
<div class="flex justify-between">
@@ -62,7 +63,7 @@
<div class="w-40 h-40 rounded-full flex items-center justify-center">
<img class="w-33 h-33" src="@/assets/a.jpg" draggable="false">
</div>
- <div class="text-center">{{t('理财')}}</div>
+ <div class="text-center">{{ t('理财') }}</div>
</div>
<div class="flex-1 flex flex-col items-center" @click="goToPage('/cryptos/trade/USDSGD')">
<div class="w-40 h-40 rounded-full flex items-center justify-center">
@@ -76,12 +77,12 @@
</div>
<div class="text-center">{{ t('外汇交割') }}</div>
</div>
- <div class="flex-1 flex flex-col items-center" @click="copyInviteLink">
+ <!-- <div class="flex-1 flex flex-col items-center" @click="copyInviteLink">
<div class="w-40 h-40 rounded-full flex items-center justify-center">
<img class="w-33 h-33" src="@/assets/d.jpg" draggable="false">
</div>
<div class="text-center">{{ t('邀请好友') }}</div>
- </div>
+ </div> -->
</div>
<!-- 新手指南部分 -->
--
Gitblit v1.9.3