mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
Optimize fileter log (#7669)
* filter log v1 * optimize log user selector * optimize ui and filter repo * optimize ui of file update and permission * admin filter completed * optimize selector component * optimize lint * optimize code * optimize filter * update * add filter group audit * update parameters * Update log-user-selector.js * Update log-filter.css * update var name * update func name --------- Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com> Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
This commit is contained in:
74
frontend/src/css/log-filter.css
Normal file
74
frontend/src/css/log-filter.css
Normal file
@@ -0,0 +1,74 @@
|
||||
.activity-details {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
.activity-details:hover {
|
||||
color: #212529;
|
||||
}
|
||||
.mobile-activity-time {
|
||||
display: inline-block;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
|
||||
.cur-activity-modifiers {
|
||||
margin-left: -0.5rem;
|
||||
}
|
||||
|
||||
.cur-activity-modifiers:hover {
|
||||
background: #f5f5f5;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cur-activity-modifiers .toggle-icon {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.activity-modifier-selector-container {
|
||||
width: 320px;
|
||||
background: #fff;
|
||||
border: 1px solid #e8e8e8;
|
||||
margin-top: 2px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.activity-selected-modifiers {
|
||||
min-height: 2rem;
|
||||
background: #f6f6f6;
|
||||
border-bottom: 1px solid #dde2ea;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.activity-selected-modifier {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
padding: 0 8px 0 2px;
|
||||
border-radius: 10px;
|
||||
background: #eaeaea;
|
||||
}
|
||||
|
||||
.unselect-activity-user {
|
||||
color: #909090;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.unselect-activity-user:hover {
|
||||
color: #5a5a5a;
|
||||
}
|
||||
|
||||
.activity-user-list {
|
||||
min-height: 4rem;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.activity-user-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.activity-user-item:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.activity-user-name {
|
||||
font-size: 14px;
|
||||
}
|
Reference in New Issue
Block a user