Browse Source

修改聊天界面的样式

zs 1 year ago
parent
commit
075031b999
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/chat/parts/chat.vue

+ 3 - 0
src/views/chat/parts/chat.vue

@@ -164,6 +164,9 @@ const toSend = inject('toSend')
           overflow: auto;
           border: none;
         }
+        textarea:focus {
+          outline: none;
+        }
       }
       .Footer2 {
         margin: 10px 0 0 0;