From 2081364325764a4a26f56d3522e70072d82ec04f Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 2 Sep 2023 00:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=BD=AE=E9=A1=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/crontab/index.less b/src/pages/crontab/index.less index b9ebe376..6394fa02 100644 --- a/src/pages/crontab/index.less +++ b/src/pages/crontab/index.less @@ -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; } \ No newline at end of file