完成靶子放大编辑

This commit is contained in:
kron
2025-08-09 12:19:39 +08:00
parent e164d4736e
commit 1f79280301
2 changed files with 135 additions and 76 deletions

View File

@@ -72,6 +72,7 @@ onMounted(async () => {
bowType.value = pointBook.bowType;
distance.value = pointBook.distance;
bowtargetType.value = pointBook.bowtargetType;
expandIndex.value = 3;
}
});
</script>
@@ -183,6 +184,6 @@ onMounted(async () => {
font-size: 27px;
font-weight: 500;
margin-right: 5px;
color: #FFF4C9;
color: #fff4c9;
}
</style>