From 8a81741716bd24a8e4bd9c1d79c3a1ad66dc6a69 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 11 Sep 2025 14:05:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=89=B9=E6=AE=8Aswitch=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 36b16a06..b03993b4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -161,8 +161,12 @@ export default { .el-calendar > .el-calendar__body { padding: 0 20px 20px; } - - +.asyncColorSwitch .el-switch__label--right.is-active{ + color: #67c23a!important; /* 开启状态的文本颜色 */ +} +.asyncColorSwitch .el-switch__label--left.is-active{ + color: #0052d9!important; /* 关闭状态的文本颜色 */ +} // .el-table thead.is-group th.el-table__cell.colorheader1{ // background-color: rgb(255, 243, 202)!important; // }