细节优化

This commit is contained in:
kron
2025-06-19 01:55:40 +08:00
parent 554f891e31
commit 595a9802e2
16 changed files with 201 additions and 46 deletions

View File

@@ -53,7 +53,6 @@ const props = defineProps({
:total="arrows.length"
:scores="arrows.map((a) => a.ring)"
/>
<text>长按保存本次靶纸</text>
</view>
</template>
@@ -70,11 +69,6 @@ const props = defineProps({
align-items: center;
z-index: 10;
}
.container > text:last-child {
font-size: 14px;
color: #fff9;
margin-top: 20px;
}
.header {
display: flex;
justify-content: space-between;