添加靶子缩放功能

This commit is contained in:
kron
2025-08-07 18:13:14 +08:00
parent 125719f294
commit d20e84f66c
3 changed files with 82 additions and 38 deletions

View File

@@ -195,6 +195,7 @@ onMounted(() => {
display: grid;
column-gap: 1vw;
grid-template-columns: repeat(6, 1fr);
position: relative;
}
.bow-arrows > view,
.bow-rings > view {
@@ -252,6 +253,7 @@ onMounted(() => {
justify-content: space-between;
font-size: 13px;
margin: 0 15px;
position: relative;
}
.title-bar > view:first-child {
display: flex;