From f07b6986d5a4520204ab380f95e5466682efb7b0 Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Mon, 29 Sep 2025 15:51:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=E5=B7=A5=E4=BD=9C=E5=8F=B0=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=8D=A1=E7=89=87style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workspace/GoldGraph.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/workspace/GoldGraph.vue b/src/components/workspace/GoldGraph.vue index d83a520..9d648a5 100644 --- a/src/components/workspace/GoldGraph.vue +++ b/src/components/workspace/GoldGraph.vue @@ -784,23 +784,22 @@ onUnmounted(() => { } .graph-card-list { - background: #F3FAFF; + background: #E7F4FD; box-shadow: 0 0 8px 0 #00000040; padding: 12px; + .card-select { - :deep(.el-input__wrapper) { + :deep(.el-select__wrapper) { background-color: #E7F4FD !important; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25) !important; - border: none !important; - } - - :deep(.el-input__inner) { - background-color: transparent !important; + border: #B7BBC4 !important; } - :deep(.el-input__suffix) { - background-color: transparent !important; + :deep(.el-select-dropdown__item.selected) { + // :hover { background-color: red !important; } + background: red !important; } }