From 609fd7388823cc467feaf3110d09ce88784cf7d9 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Fri, 21 Jul 2023 15:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/seachModule/seachModule.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue index cda36d7..6b731ff 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -13,7 +13,7 @@
+ @blur="setHistoryShow" @focus="setHistoryShow" style="height:48px;width:460px;background:rgba(246, 246, 246, 1);">
搜索 @@ -468,5 +468,8 @@ defineExpose({ } } } +::v-deep .el-input__wrapper{ + background: rgba(246, 246, 246, 1); +} \ No newline at end of file