From 0dbc7465447164fef24327b5d494870832d798dd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Tue, 26 May 2026 11:15:18 +0800
Subject: [PATCH] 1
---
src/components/Transform/contract-header/index.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/components/Transform/contract-header/index.vue b/src/components/Transform/contract-header/index.vue
index 3ca5486..3d068af 100644
--- a/src/components/Transform/contract-header/index.vue
+++ b/src/components/Transform/contract-header/index.vue
@@ -9,7 +9,7 @@
<div class="mid flex items-center justfly-center">
<img :src="handleImage(leftIcon)" alt="convert-img" class="w-9 h-9" @click="onSidebar">
<div class="flex pl-3 textColor" @click="onSidebar">
- <div class="text-30" style="width: 25rem;">{{ symbolName.toUpperCase() || '--' }}</div>
+ <div class="text-30">{{ symbolName.toUpperCase() || '--' }}</div>
<div class="ml-4 text-28">{{ title }}</div>
</div>
<div class="pl-2 text-28" :class="{ 'text-green': range > 0, 'text-red': range <= 0 }">{{ range > 0
@@ -139,8 +139,6 @@
}
},
created() {
- // this.coins = this.coinList.map(item => item.symbol)
- // console.log('this.coins', this.coins)
if (this.$route.query.type) {
this.queryType = this.$route.query.type
}
--
Gitblit v1.9.3