Explorar el Código

修改聊天界面的样式

zs hace 1 año
padre
commit
075031b999
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;