1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

Depts members select users (#7829)

* ['departments, members' dialog] added 'search users'(search users and list, select/unselct, select all users found)

* ['departments, members' dialog] added 'unselect all'

* ['departments, members' dialog] updated 'select/unselect all'
This commit is contained in:
llj
2025-05-19 10:48:12 +08:00
committed by GitHub
parent 5283335822
commit 28d4495347
4 changed files with 153 additions and 55 deletions

View File

@@ -14,12 +14,27 @@
overflow-y: auto;
}
.department-dialog-content .department-dialog-group {
.department-dialog-content .department-dialog-left-panel {
flex: 0 0 30%;
padding: 1rem;
border-right: 1px solid #eee;
}
.department-dialog-content .department-dialog-left-panel .input-icon-addon {
min-width: 2rem;
}
.department-dialog-content .department-dialog-left-panel .clear-keyword-icon {
line-height: 1;
padding: 2px;
border-radius: 3px;
cursor: pointer;
}
.department-dialog-content .department-dialog-left-panel .clear-keyword-icon:hover {
background: #efefef;
}
.department-dialog-content .department-dialog-member {
display: flex;
flex: 0 0 35%;