Browse Source

修改字体颜色

zs 1 year ago
parent
commit
a038a388c5
3 changed files with 3 additions and 2 deletions
  1. 1 0
      src/views/chat/index.vue
  2. 1 1
      src/views/home/index.vue
  3. 1 1
      src/views/search/index.vue

+ 1 - 0
src/views/chat/index.vue

@@ -204,6 +204,7 @@ provide('toSend', toSend)
           height: 32px;
           position: relative;
           caret-color: #fff;
+          color: #fff;
           font-size: 14px;
           padding: 6px 0;
           border: none;

+ 1 - 1
src/views/home/index.vue

@@ -523,7 +523,7 @@ const onSearch = (data) => {
         font-family: PingFangSC-Regular;
         font-size: 16px;
         padding-right: 24px;
-
+        color: #fff;
         border: none !important;
         outline: none !important;
         box-shadow: 0 0 0 0 !important;

+ 1 - 1
src/views/search/index.vue

@@ -285,7 +285,7 @@ provide('changePage', changePage)
         font-family: PingFangSC-Regular;
         font-size: 16px;
         padding-right: 24px;
-
+        color: #fff;
         border: none !important;
         outline: none !important;
         box-shadow: 0 0 0 0 !important;