浏览代码

调整聊天区域高度

gcz 3 年之前
父节点
当前提交
5642b90e7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>