1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

update transfer repo (#6965)

* update

* optimize code

* optimize

* update sql

* test

* update

* optimize

* update UI

* change style

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: Michael An <2331806369@qq.com>
This commit is contained in:
awu0403
2024-11-04 09:46:03 +08:00
committed by GitHub
parent c002458985
commit c3173a66e8
20 changed files with 313 additions and 345 deletions

View File

@@ -1,3 +1,7 @@
.seahub-switch .custom-switch {
cursor: pointer;
}
.seahub-switch.small .custom-switch-indicator {
width: 22px;
height: 12px;

View File

@@ -52,3 +52,41 @@
.transfer-dialog-content .transfer-dialog-main .tab-pane {
height: 100%;
}
.transfer-dialog-content .transfer-dialog-main .transfer-repo-label {
color: #666;
}
.transfer-dialog-content .transfer-dialog-main .user-select,
.transfer-dialog-content .transfer-dialog-main .transfer-repo-select-department {
padding: 8px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.transfer-dialog-content .transfer-dialog-main .transfer-repo-reshare-switch .custom-switch {
padding-left: 0;
}
.transfer-dialog-side .nav-item .nav-link:hover {
background-color: #f0f0f0;
}
.transfer-dialog-side .nav-item .nav-link.active {
position: relative;
background-color: #f5f5f5;
color: #212529;
border-bottom: 0.125rem solid transparent;
}
.transfer-dialog-side .nav-item .nav-link.active::before {
content: '';
position: absolute;
display: block;
width: 3px;
height: 28px;
left: -4px;
top: 3px;
background-color: #FF8000;
border-radius: 2px;
}