BUG修复
This commit is contained in:
@@ -156,6 +156,7 @@ onBeforeUnmount(() => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
word-break: keep-all;
|
||||||
}
|
}
|
||||||
.final-shoot > text:nth-child(1) {
|
.final-shoot > text:nth-child(1) {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ onHide(() => {
|
|||||||
:bluePoint="currentBluePoint"
|
:bluePoint="currentBluePoint"
|
||||||
:redPoint="currentRedPoint"
|
:redPoint="currentRedPoint"
|
||||||
:roundData="
|
:roundData="
|
||||||
roundResults[currentRound - 2] ? roundResults[currentRound - 2] : []
|
roundResults[currentRound - 1] ? roundResults[currentRound - 1] : []
|
||||||
"
|
"
|
||||||
:onAutoClose="() => (showRoundTip = false)"
|
:onAutoClose="() => (showRoundTip = false)"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user