细节优化

This commit is contained in:
kron
2025-11-05 16:39:31 +08:00
parent 42a7d49603
commit 20ae92729f
4 changed files with 4 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ onBeforeUnmount(() => {
.back-to-game > image:nth-child(2) {
position: relative;
width: 60px;
height: 60px;
}
.back-to-game > text:nth-child(3) {
position: relative;

View File

@@ -162,7 +162,7 @@ onBeforeUnmount(() => {
</block>
</view>
<image
:style="{ opacity: showLoader && loading ? 1 : 0 }"
:style="{ opacity: showLoader && loading ? 0 : 0 }"
src="../static/btn-loading.png"
mode="widthFix"
class="loading"