射箭记录完善
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user