feat: 优化分组编辑弹窗滚动并支持新建分组拖拽

This commit is contained in:
JSR
2026-03-26 16:25:18 +08:00
parent ec98aba087
commit 692142a910
4 changed files with 65 additions and 1 deletions
+14
View File
@@ -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;
}