ZMH 10 months ago
parent 29912d3580
commit 371c8acdea

@ -1,4 +1,4 @@
<script lang="ts" setup>
<script setup>
import { ref } from 'vue'
import { ArrowLeft } from '@element-plus/icons-vue'
import imgpa from '@/assets/scared.gif'
@ -93,7 +93,7 @@ const callCheck = async () => {
<span style="letter-spacing: 4px;font-size:large;font-family: KUAI;">确认</span>
</el-button>
</div>
<div class="button-name">总计积分{{ score }}</div>
<div class="button-name">幸运儿当前总计积分{{ score }}</div>
</div>
</div>
<div class="no">
@ -119,7 +119,7 @@ const callCheck = async () => {
.big-box {
width: 100%;
height: 61vh;
height: 64vh;
}
@ -217,7 +217,7 @@ const callCheck = async () => {
font-size: x-large;
position: absolute;
top: 85%;
left: 30%;
left: 20%;
}
.pa {

Loading…
Cancel
Save