소스 검색

修改聊天样式

lex 2 년 전
부모
커밋
6b0c07b3a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }