chuwu 5 년 전
부모
커밋
6482ab4dae
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/views/data_admin/buildGraphy/graphyCanvas.vue
  2. 2 2
      src/views/data_admin/buildGraphy/graphyTabs.vue

+ 2 - 2
src/views/data_admin/buildGraphy/graphyCanvas.vue

@@ -1,6 +1,6 @@
 <template>
-  <div ref="graphyMain" class="canvasGraphy middle_sty">
-    <div v-if="type != 3" class="center">
+  <div ref="graphyMain" class="canvasGraphy">
+    <div v-if="type != 3" class="center" style="height: 400px;padding-top: 315px; box-sizing:border-box;">
         <i class="iconwushuju iconfont"></i>
         <p>{{type == 1 ? '请选择楼层' : '当前楼层尚无平面图,请去空间管理根据模型生成'}}</p>
     </div>

+ 2 - 2
src/views/data_admin/buildGraphy/graphyTabs.vue

@@ -15,7 +15,7 @@ getLocation 定位
                         </div>
                     </div>
                 </div>
-                <div v-if="!pointData.length" class="center" style="height: 600px;padding-top: 260px; box-sizing:border-box;">
+                <div v-if="!pointData.length" class="center" style="height: 400px;padding-top: 260px; box-sizing:border-box;">
                     <i class="iconwushuju iconfont"></i>
                     {{pointParam.FloorId ? "数据为空" : "请选择楼层"}}
                 </div>
@@ -33,7 +33,7 @@ getLocation 定位
                 </div>
             </div>
             </div>
-            <div v-if="!pointNoData.length" class="center" style="height: 600px;padding-top: 260px; box-sizing:border-box;">
+            <div v-if="!pointNoData.length" class="center" style="height: 400px;padding-top: 260px; box-sizing:border-box;">
                 <i class="iconwushuju iconfont"></i>
                 {{pointParam.FloorId ? "数据为空" : "请选择楼层"}}
             </div>