1
admin
2026-01-27 c2c5b94b7a80c838009ebc914537ba3862040303
src/page/home/listcomponents/dazongjiaoyi.vue
@@ -28,7 +28,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> -->
@@ -39,7 +39,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>
@@ -105,7 +105,7 @@
                return
            }
            var opt = {
                stockCode: this.currentItem.stockCode,
                stockCode: this.currentItem.stockGid,
                password: this.password,
                num: this.num * 100,
            }
@@ -216,7 +216,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;