This commit is contained in:
2026-01-16 16:40:55 +08:00
parent ce7d261e4b
commit fb95e1c74e

View File

@@ -606,6 +606,8 @@ function exit(){
} }
.questionNums{ .questionNums{
width: 100%; width: 100%;
height: 90vh;
overflow-y: auto;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
} }
@@ -618,6 +620,7 @@ function exit(){
border: 2px solid #E0E0E0; border: 2px solid #E0E0E0;
font-size: 28rpx; font-size: 28rpx;
margin-right: 15px; margin-right: 15px;
margin-bottom: 15px;
cursor: pointer; cursor: pointer;
} }
.questionsActive{ .questionsActive{