fix: 注释掉考试容器中 textarea 的固定高度- 删除了

This commit is contained in:
陈昱达
2025-08-14 17:37:31 +08:00
parent dc7f89db99
commit 2b7084d21d

View File

@@ -600,7 +600,7 @@
padding: 10px;
}
#exam-container .flex textarea{
height:200px;
//height:200px;
}
#exam-container button{
outline:none;