射箭记录完善

This commit is contained in:
kron
2025-06-14 22:45:07 +08:00
parent aacfc17a01
commit 9a051aca20
6 changed files with 135 additions and 76 deletions

View File

@@ -96,9 +96,7 @@ setTimeout(() => {
src="../static/review.png"
:onClick="() => (showComment = true)"
/>
<SButton width="70vw" :rounded="30" :onClick="closePanel"
>完成</SButton
>
<SButton width="70vw" :rounded="30" :onClick="closePanel">完成</SButton>
</view>
</view>
<ImageShare :show="showShare" :onClose="() => (showShare = false)" />
@@ -116,6 +114,7 @@ setTimeout(() => {
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 5;
}
.container-header {
margin-top: 20vh;