Explorar el Código

跳转聊天界面高度

gcz hace 3 años
padre
commit
f8aac2f0da
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>