Browse Source

修改聊天样式

lex 2 years ago
parent
commit
6b0c07b3a5
1 changed files with 1 additions and 1 deletions
  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;
 }