1
admin
2026-01-17 85896764cc8705c4442117cb313f28e52a62e6e8
src/page/home/daylimitNew.vue
@@ -22,7 +22,7 @@
                        <span class="bj" v-if="item.stockType == 'bj'">{{ $t("jy85") }}</span>
                        <a :class="item.stockType == 'sh' ? 'shbg' : item.stockType == 'bj' ? 'bjbg' : ''">{{
                            item.stockGid
                            }}</a>
                        }}</a>
                    </p>
                </div>
                <!-- <div class="lb2"> {{ item.price }} </div> -->
@@ -30,7 +30,7 @@
            </div>
            <div class="progress-bar-wrapper">
                <div class="progress-bar-bg">
                    <div class="progress-bar-fill" :style="{ width: (item.residualShare || 0) + '%' }"></div>
                    <div class="progress-bar-fill" :style="{ width: ((100 - item.residualShare) || 0) + '%' }"></div>
                </div>
                <span class="progress-text">【{{ $t("jy546") }}{{ item.residualShare || 0 }}%】</span>
            </div>
@@ -264,7 +264,7 @@
                background: linear-gradient(90deg, #f33030 0%, #d73d3d 100%);
                border-radius: 0.15rem;
                position: absolute;
                right: 0;
                left: 0;
                top: 0;
                transition: width 0.3s ease;
                min-width: 0;