Browse Source

业务空间台账的无数据提示居中显示

niuheng 2 years ago
parent
commit
59046b7ad3
1 changed files with 12 additions and 10 deletions
  1. 12 10
      src/components/old-adm/business_space/newGraphy/graphy.vue

+ 12 - 10
src/components/old-adm/business_space/newGraphy/graphy.vue

@@ -1,21 +1,23 @@
 <template>
   <div id="graphy" ref="graphy" v-loading="canvasLoading">
-    <div v-show="!FloorMap">
-      <!-- 平面图其他分区 -->
-      <!-- <div style="margin-right:10px;width: 100%;margin-bottom: 10px" v-if="showOtherFlag">
-        <el-button type="primary" @click="addZoneBtn">添加分区</el-button>
-        <el-select v-model="OtherValue" placeholder="请选择分区类型" @change="changeOtherZone">
-          <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
-          </el-option>
-        </el-select>
-      </div> -->
+    <!-- <div v-show="!FloorMap">
       <div
         class="center"
         style="height: 400px; padding-top: 182px; box-sizing: border-box;text-align: center; margin: 0 auto;"
       >
         <i class="icon-wushuju iconfont"></i>
-        暂无数据
+        请选择建筑楼层
       </div>
+    </div> -->
+    <div
+      class="middle_sty"
+      style="height: 91%; text-align: center"
+      v-show="!FloorMap"
+    >
+      <p>
+        <i class="icon-wushuju iconfont"></i>
+        请选择建筑楼层
+      </p>
     </div>
     <div class="canvas-box" v-show="FloorMap">
       <canvas