From 584860d11b454774b60c71b63d221b5481c0f3bd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:21:48 +0800
Subject: [PATCH] 更新为3.29
---
src/page/user/favorites.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/user/favorites.vue b/src/page/user/favorites.vue
index 50ee551..bae4c18 100644
--- a/src/page/user/favorites.vue
+++ b/src/page/user/favorites.vue
@@ -107,7 +107,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 }}1</div>
<div class="item_box_left_bottom">{{ item.name }}</div>
</div>
<div class="item_box_zj">
@@ -1631,7 +1631,7 @@
display: block;
content: "";
height: 0.07rem;
- background-color: #1381a4;
+ background-color: #00f0ff;
width: 100%;
left: 0;
bottom: -0.25rem;
@@ -1925,4 +1925,4 @@
font-weight: 800;
padding: 0.6rem 0 0 0.5rem;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3