fix: 修复windows网络设置出题页面高度过长问题

This commit is contained in:
陆光LG
2025-08-18 17:18:57 +08:00
parent 505e298c18
commit d3e5388d5f

View File

@@ -274,7 +274,7 @@ const goBack = () => {
} }
.right-contents { .right-contents {
flex: 1; flex: 1;
height: 100%; height: 720px;
overflow-y: auto; overflow-y: auto;
} }
} }