Commit cce9521320c7d4c3ebf27cca0c6885edb6377cf9

Authored by 梁保满
1 parent 0f3dca29

学生管理班级列表滑动

src/views/basic/setUp/student.vue
... ... @@ -848,7 +848,7 @@ export default {
848 848 .stu-list {
849 849 min-width: 200px;
850 850 max-height: 80vh;
851   -
  851 + overflow-y: auto;
852 852 .h-title {
853 853 height: 40px;
854 854 line-height: 40px;
... ...