修改定时任务置顶样式

This commit is contained in:
whyour 2023-09-02 00:41:13 +08:00
parent 39dc31916e
commit 2081364325

View File

@ -94,7 +94,7 @@
.log-item {
cursor: pointer;
&:hover {
background: #fafafa;
background: #f2f2f2;
}
}
@ -195,5 +195,5 @@ body[data-mode='desktop'] {
}
.cron.pinned-cron > td {
background: #fafafa;
background: #f2f2f2;
}