From 160788a107d2f216a71a1fd2b123727adc515c70 Mon Sep 17 00:00:00 2001 From: wwt Date: Tue, 4 Mar 2025 09:14:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E9=BB=98=E8=AE=A4=E6=8F=90=E7=A4=BA=E7=9A=84=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/custom-input/custom-input.vue | 1 + src/pages/index/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/custom-input/custom-input.vue b/src/components/custom-input/custom-input.vue index f7ad30e..3e129ae 100644 --- a/src/components/custom-input/custom-input.vue +++ b/src/components/custom-input/custom-input.vue @@ -12,6 +12,7 @@ @input="inputSearchText" :showClear="true" @clear="clearInput" + placeholderStyle="color:#BABABA" > diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 39c26f6..d0aa181 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -78,6 +78,7 @@ :round="1" prefix="tmicon-search" prefixColor="#46299D" + placeholderStyle="color:#BABABA" >
From 69c5934ef4ce06e5e420959b7f1279f6b80bdf49 Mon Sep 17 00:00:00 2001 From: wwt Date: Tue, 4 Mar 2025 11:40:37 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=94=B9=E5=8A=A8=EF=BC=9A=E9=A1=B6=E9=83=A8=EF=BC=9B=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=EF=BC=9B=E6=BB=91=E5=9D=97=EF=BC=9B=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/components/chatItem.vue | 48 ++++++++++++---------- src/pages/index/index.vue | 54 +++++++++++++++++-------- 2 files changed, 63 insertions(+), 39 deletions(-) diff --git a/src/pages/index/components/chatItem.vue b/src/pages/index/components/chatItem.vue index 3927756..da80952 100644 --- a/src/pages/index/components/chatItem.vue +++ b/src/pages/index/components/chatItem.vue @@ -1,6 +1,6 @@