baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cce9521320c7d4c3ebf27cca0c6885edb6377cf9
Authored by
梁保满
2024-03-22 09:40:33 +0800
1 parent
0f3dca29
学生管理班级列表滑动
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basic/setUp/student.vue
src/views/basic/setUp/student.vue
View file @
cce9521
...
...
@@ -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;
...
...