From 6c75516f1ba668873807cef33aa996d25cdf16c4 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 13 五月 2025 17:43:06 +0800 Subject: [PATCH] 新增动态溯源异常更新列表 --- src/styles/elementUI.scss | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss index 8464ecc..96cfa18 100644 --- a/src/styles/elementUI.scss +++ b/src/styles/elementUI.scss @@ -2,12 +2,8 @@ // --el-text-color-regular: #ffffff; } -.el-form-item { - margin-bottom: 0px; -} - .el-form-item__label { - color: white !important; + color: rgba(255, 255, 255, 0.849) !important; } // .el-radio { @@ -16,8 +12,19 @@ .el-button-custom { --el-button-bg-color: var(--bg-color); - --el-button-hover-text-color: var(--select_color); - --el-button-hover-bg-color: var(--bg-color); + --el-button-border-color: var(--font-color); + // --el-button-hover-text-color: var(--select_color); + // --el-button-hover-bg-color: var(--bg-color); + --el-button-hover-bg-color: var(--select_color); + --el-button-active-border-color: transparent; +} + +.el-button-custom-light { + --el-button-bg-color: var(--select_color); + // --el-button-text-color: var(--bg-color); + // --el-button-hover-text-color: var(--bg-color); + // --el-button-hover-bg-color: var(--font-color); + --el-button-hover-bg-color: transparent; --el-button-border-color: var(--font-color); --el-button-active-border-color: transparent; } -- Gitblit v1.9.3