From 54ffe9cb026fce3c4e3078792195bd341f215716 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 30 May 2024 15:10:17 +0800
Subject: [PATCH] 修改:杠杆弹框多语言
---
src/page/user/favorites.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/page/user/favorites.vue b/src/page/user/favorites.vue
index 543b81b..26de614 100644
--- a/src/page/user/favorites.vue
+++ b/src/page/user/favorites.vue
@@ -105,7 +105,7 @@
:key="index"
@click="handleGoToKlineDetail(item, index)"
>
- <div class="item_box">
+ <div class="item_box" >
<div class="item_box_left">
<div class="item_box_left_top">{{ item.spell }}</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
@@ -133,7 +133,7 @@
>
<div class="item_box">
<div class="item_box_left">
- <div class="item_box_left_top">{{ item.spell }}</div>
+ <div class="item_box_left_top">{{ item.spell }}123</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
</div>
<div class="item_box_zj">{{ item.nowPrice }}</div>
@@ -159,7 +159,7 @@
>
<div class="item_box">
<div class="item_box_left">
- <div class="item_box_left_top">{{ item.spell }}</div>
+ <div class="item_box_left_top">{{ item.spell }}123123</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
</div>
<div class="item_box_zj">{{ item.nowPrice }}</div>
@@ -202,7 +202,7 @@
>
<div class="item_box">
<div class="item_box_left">
- <div class="item_box_left_top">{{ item.spell }}</div>
+ <div class="item_box_left_top">{{ item.spell }}123123</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
</div>
<div class="item_box_zj">{{ item.nowPrice }}</div>
@@ -1923,4 +1923,4 @@
font-weight: 800;
padding: 0.6rem 0 0 0.5rem;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3