mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 09:39:03 +08:00
fix: 限制看板页仅学生列表区域滚动
This commit is contained in:
@@ -318,6 +318,11 @@ html.platform-macos #root {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.ss-route-page.is-board-page {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ss-route-page.is-subpage-enter {
|
||||
animation: ss-subpage-enter 240ms cubic-bezier(0.22, 1, 0.36, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user