mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 15:20:44 +08:00
修复任务信息显示状态与设置不符的问题
This commit is contained in:
parent
d8749ff69f
commit
0d1cca0a39
@ -4399,7 +4399,14 @@ table.selectable-records .expand-button:hover {
|
||||
.task:hover .task-latest-date,
|
||||
.task:hover .task-latest-file,
|
||||
.task.task-expanded .task-latest-date,
|
||||
.task.task-expanded .task-latest-file {
|
||||
.task.task-expanded .task-latest-file,
|
||||
/* 新增:移动端展开/悬停时隐藏 集数统计/任务进度/节目状态 */
|
||||
.task:hover .task-season-counts,
|
||||
.task:hover .task-progress,
|
||||
.task:hover .task-show-status,
|
||||
.task.task-expanded .task-season-counts,
|
||||
.task.task-expanded .task-progress,
|
||||
.task.task-expanded .task-show-status {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -4434,8 +4441,8 @@ table.selectable-records .expand-button:hover {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.task-latest-date,
|
||||
.task-latest-file {
|
||||
.task-latest-date:not(.hover-only),
|
||||
.task-latest-file:not(.hover-only) {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user