From 0da7a831c1f8871465ce0815c5ce46339f634825 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期二, 05 十一月 2024 14:29:55 +0800 Subject: [PATCH] 修改 --- web/src/assets/css/theme-light.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/src/assets/css/theme-light.css b/web/src/assets/css/theme-light.css index d8633d9..f2ac0a4 100644 --- a/web/src/assets/css/theme-light.css +++ b/web/src/assets/css/theme-light.css @@ -252,6 +252,10 @@ background: #17507c; border-color: #17507c; } +.zt.light .el-button--primary.is-disabled{ + background-color: #8bd9d1; + border-color: #8bd9d1; +} .zt.light .el-tabs__item.is-active{ color:#4877e8; } -- Gitblit v1.9.1