Browse Source

跳转聊天界面高度

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

+ 2 - 1
src/views/Question.vue

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