Explorar el Código

修改聊天样式

lex hace 2 años
padre
commit
6b0c07b3a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/components/modal/chat-model.vue

+ 1 - 1
src/layout/components/modal/chat-model.vue

@@ -187,7 +187,7 @@ export default {
 
 <style lang="scss" scoped>
 .chat-message {
-  height: 100%;
+  height: 100vh;
   display: flex;
 }