From 0788772afaf87391d302ad90c8825f4da11277f4 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 26 Apr 2025 13:59:13 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/gp/cakuns_st_app
---
src/page/home/home.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 321b5f5..e5ab1f1 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -108,7 +108,7 @@
</div>
<div class="bottom_fo">
<div class="title">
- <span class="numberid" style="margin-right: 0.12rem;">{{ item2.code }}</span>
+ <span class="numberid" style="margin-right: 0.12rem;">{{ item2.spell }}</span>
</div>
<div class="numbers" :class="item2.hcrate > 0 ? 'gree' : 'redd'">
<!-- <img :src="Huo" alt style="width: 0.4rem;height: 0.4rem;" />
@@ -947,7 +947,7 @@
white-space: nowrap; /* 防止文本换行 */
overflow: hidden; /* 隐藏溢出的内容 */
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
- font-size: 12px;
+ font-size: 16px;
width: 55%;
height: 100%;
display: flex;
--
Gitblit v1.9.3