From aef0a89b45986364afa3fef2828f67794dc38020 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 19 Dec 2024 17:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5---=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=A7=91=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/SearchForm.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/views/components/SearchForm.vue b/src/views/components/SearchForm.vue index b4b1bf2..0ab34ca 100644 --- a/src/views/components/SearchForm.vue +++ b/src/views/components/SearchForm.vue @@ -88,7 +88,6 @@ { @@ -984,10 +983,9 @@ export default { width: 12px; height: 12px; } -.el-cascader .el-input input::-webkit-input-placeholder { - color: black; +.custom-cascader ::v-deep .el-input__inner::placeholder { + color: #606266; /* 你想要的颜色 */ } - .nameinformation { border-left: 3px solid #4d9de7; width: 200px;