From cce9521320c7d4c3ebf27cca0c6885edb6377cf9 Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Fri, 22 Mar 2024 09:40:33 +0800 Subject: [PATCH] 学生管理班级列表滑动 --- src/views/basic/setUp/student.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basic/setUp/student.vue b/src/views/basic/setUp/student.vue index aa78511..fb136be 100644 --- a/src/views/basic/setUp/student.vue +++ b/src/views/basic/setUp/student.vue @@ -848,7 +848,7 @@ export default { .stu-list { min-width: 200px; max-height: 80vh; - + overflow-y: auto; .h-title { height: 40px; line-height: 40px; -- libgit2 0.21.4