From 59545b5a22715508ddd0d49cdbcbd7e3f6906aea Mon Sep 17 00:00:00 2001 From: ssongliu Date: Mon, 14 Feb 2022 16:33:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(checkbox):=20checkbox=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/kubepi/src/styles/business/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/kubepi/src/styles/business/app.scss b/web/kubepi/src/styles/business/app.scss index 6d4dfb0d4..6bc0daae3 100644 --- a/web/kubepi/src/styles/business/app.scss +++ b/web/kubepi/src/styles/business/app.scss @@ -149,4 +149,8 @@ a:hover { padding-bottom:3px; color: rgb(255, 255, 255); border-bottom:1px solid; +} + +.el-checkbox.is-disabled .el-checkbox__inner { + background-color: #45494c; } \ No newline at end of file