Sfoglia il codice sorgente

修改聊天样式

lex 2 anni fa
parent
commit
6b0c07b3a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 }