Browse Source

调整聊天区域高度

gcz 3 years ago
parent
commit
5642b90e7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Question.vue

+ 1 - 1
src/views/Question.vue

@@ -89,6 +89,6 @@ export default {
 .mapFrame {
   width: 100%;
   // min-height: calc(90vh);
-  height: calc( 100vh - 200px );
+  height: calc( 100vh - 100px );
 }
 </style>