From 22cd2ac25475cb6c6777d02445fcbdb1ac2aa0f1 Mon Sep 17 00:00:00 2001 From: "jlj05024111@163.com" Date: Sat, 11 Oct 2025 15:54:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/custom-search-box/custom-search-box.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/custom-search-box/custom-search-box.scss b/src/custom-search-box/custom-search-box.scss index 0c47f6b..7d4733f 100644 --- a/src/custom-search-box/custom-search-box.scss +++ b/src/custom-search-box/custom-search-box.scss @@ -17,6 +17,10 @@ background-color: var(--ibiz-screen-dashboard-primary-active-color,#00e2f4); border-radius: 4px; } + + .el-input__inner{ + color: var(--ibiz-screen-dashboard-text-color); + } &.is-focus { box-shadow: 0 0 0 1px var(--ibiz-screen-dashboard-border-color, var(--el-input-hover-border-color)) inset; -- Gitee