This commit is contained in:
XGL-THINKPAD-X1\rucky
2024-01-24 15:41:36 +08:00
parent fb550f3325
commit 8891954e61
3 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<script setup name="Question">
import gsap from "gsap";
import { Toast } from "vant";
import { Toast,Progress } from "vant";
import { data } from "@/data";
import { debounceTap, FYShuffle, mostValue, judgeBigScreen } from "@/plugins";
import { useMainStore } from "@/store";
@@ -288,7 +288,14 @@ onMounted(() => {
</div>
</div>
</div>
<Progress
:percentage="(currentId+1)/12 *100"
pivot-color="#7232dd"
:show-pivot="false"
color="linear-gradient(to right, rgb(255 153 153), rgb(221 50 50))"
/>
</div>
</template>
<style lang='scss' scope>