From db4201a26965b271a78c2587fa0b013d97b5523f Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Wed, 17 Dec 2025 20:44:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=BC=80=E5=85=B3=E7=A6=81=E7=94=A8=E6=80=81=E6=9B=B4=E6=B8=85?= =?UTF-8?q?=E6=99=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-frontend/src/pages/SchedulesPage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-frontend/src/pages/SchedulesPage.vue b/app-frontend/src/pages/SchedulesPage.vue index 32f0f88..d38ed4b 100644 --- a/app-frontend/src/pages/SchedulesPage.vue +++ b/app-frontend/src/pages/SchedulesPage.vue @@ -592,6 +592,10 @@ onMounted(async () => { flex-wrap: wrap; } +.page :deep(.el-switch.is-disabled) { + opacity: 0.88; +} + .logs { display: flex; flex-direction: column;