mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 09:39:03 +08:00
feat: 优化分组编辑弹窗滚动并支持新建分组拖拽
This commit is contained in:
@@ -210,3 +210,17 @@ html.platform-macos #root {
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ss-group-board-modal .ant-modal {
|
||||
max-height: calc(100vh - 24px);
|
||||
}
|
||||
|
||||
.ss-group-board-modal .ant-modal-content {
|
||||
max-height: calc(100vh - 24px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.ss-group-board-modal .ant-modal-body {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user