diff --git a/public/react/src/modules/user/usersInfo/video/InfosVideo.css b/public/react/src/modules/user/usersInfo/video/InfosVideo.css index 4722fde63..39e0ff123 100644 --- a/public/react/src/modules/user/usersInfo/video/InfosVideo.css +++ b/public/react/src/modules/user/usersInfo/video/InfosVideo.css @@ -1,3 +1,7 @@ +/* 撑开滚动条,防抖 */ +.educontent > .itemWrap { + min-height: 400px; +} .itemWrap { display: flex; flex-wrap: wrap;