Commit cce9521320c7d4c3ebf27cca0c6885edb6377cf9
1 parent
0f3dca29
学生管理班级列表滑动
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basic/setUp/student.vue
@@ -848,7 +848,7 @@ export default { | @@ -848,7 +848,7 @@ export default { | ||
848 | .stu-list { | 848 | .stu-list { |
849 | min-width: 200px; | 849 | min-width: 200px; |
850 | max-height: 80vh; | 850 | max-height: 80vh; |
851 | - | 851 | + overflow-y: auto; |
852 | .h-title { | 852 | .h-title { |
853 | height: 40px; | 853 | height: 40px; |
854 | line-height: 40px; | 854 | line-height: 40px; |