Sfoglia il codice sorgente

修改聊天界面的样式

zs 1 anno fa
parent
commit
075031b999
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;