jhzh
2025-04-25 dfa832402406320240380fb5372f4a19ed62b2f7
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;