This commit is contained in:
“yangqiao”
2025-02-18 21:11:15 +08:00
parent 6719fecf23
commit 031bff2f94
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -57,7 +57,7 @@
.dashed_line {
position: absolute;
width: 13px;
width: 14px;
img {
width: 100%;
@@ -123,7 +123,7 @@
.dashed_line {
top: 61px;
left: 28px;
width: 12.4px;
width: 13.4px;
}
}
@@ -164,7 +164,7 @@
transform: rotate(180deg);
top: -117px;
left: 14px;
width: 12.4px;
width: 13.4px;
}
}

View File

@@ -113,7 +113,7 @@
</template>
<script setup lang="ts">
import { ref, defineExpose, defineEmits } from 'vue'
import { ref } from 'vue'
import oneRound from '../../assets/chart/one_round.png'
import twoRound from '../../assets/chart/two_round.png'
import threeRound from '../../assets/chart/three_round.png'