mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 03:18:23 +00:00
Wiki page trash (#6423)
* add wiki page trash * update css * update ui * redesign * update ui * optimize code * Update views.py * Update models.py * update notes * Update mysql.sql * change wiki trash UI * redesign2 * update * update --------- Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com> Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com> Co-authored-by: Michael An <2331806369@qq.com>
This commit is contained in:
45
frontend/src/css/wiki-trash-dialog.css
Normal file
45
frontend/src/css/wiki-trash-dialog.css
Normal file
@@ -0,0 +1,45 @@
|
||||
.trash-dialog {
|
||||
max-width: 1100px;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .but-contral {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .clean {
|
||||
height: 30px;
|
||||
line-height: 28px;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .trash-dialog-close-icon {
|
||||
color: #000;
|
||||
opacity: 0.5;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-header .trash-dialog-close-icon:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-body {
|
||||
height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-body .more {
|
||||
background: #efefef;
|
||||
border: 0;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.trash-dialog .modal-body .more:hover {
|
||||
color: #000;
|
||||
background: #dfdfdf;
|
||||
}
|
Reference in New Issue
Block a user