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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user