From 07c4973e48d82b970deb917013328aae45bc6703 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期三, 07 五月 2025 15:13:01 +0800 Subject: [PATCH] 修改bug --- src/components/tools/seeAnalyze.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tools/seeAnalyze.vue b/src/components/tools/seeAnalyze.vue index b2779ee..20414c7 100644 --- a/src/components/tools/seeAnalyze.vue +++ b/src/components/tools/seeAnalyze.vue @@ -128,20 +128,20 @@ border-color: rgb(0, 150, 136); } - /deep/ .el-slider__input { width: 112px; } /deep/ .el-input__wrapper { - background-color: #fff !important; + // background-color: #fff !important; border-color: #fff !important; } /deep/ .el-input-number { span { - background-color: #fff !important; - color: #000000; + // background-color: #fff !important; + background: rgba(8, 75, 66, 1) !important; + color: white !important; } } -- Gitblit v1.9.3