Merge pull request '[lisa]fix: ui' (#14) from lisa into main

Reviewed-on: http://gitea.xhzone.cn/felix/miniprogram-1/pulls/14
This commit is contained in:
felix
2025-11-09 12:26:46 +00:00

View File

@@ -280,7 +280,7 @@
.score-image-container {
display: flex;
align-items: center;
min-height: 120rpx;
height: 120rpx;
}
@@ -451,7 +451,7 @@
display: flex;
flex-direction: column;
gap: 16rpx;
height: 60vh;
height: calc(100vh - 420rpx);
overflow-y: auto;
}
@@ -671,7 +671,6 @@
}
.score-modal-header {
padding: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;