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/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 @@