diff --git a/src/components/userGacha/gro-data-reset.vue b/src/components/userGacha/gro-data-reset.vue index 93eada4c..ea8d028e 100644 --- a/src/components/userGacha/gro-data-reset.vue +++ b/src/components/userGacha/gro-data-reset.vue @@ -30,7 +30,7 @@ const progressColor = computed(() => { if (props.compute === "5") return "#d19a66"; return "#61afef"; }); -const progressWidth = computed(() => { +const width = computed(() => { let final = 10; if (props.compute === "5") { if (props.gacha === "302") final = 80; @@ -60,7 +60,7 @@ const progressWidth = computed(() => { position: absolute; bottom: 0; left: 0; - width: v-bind(progresswidth); /* stylelint-disable-line value-keyword-case */ + width: v-bind(width); max-width: 100%; height: 4px; border-radius: 4px;