4 Commits e893bdf7f8 ... 683f156a67

Auteur SHA1 Message Date
  chuwu 683f156a67 Merge branch 'master' of http://39.106.8.246:3003/web/ibms il y a 5 ans
  chuwu 6482ab4dae change il y a 5 ans
  chuwu 848bfcd8b3 Merge branch 'master' of http://39.106.8.246:3003/web/ibms il y a 5 ans
  chuwu 0fd619b041 padding 10px问题 il y a 5 ans

+ 5 - 0
src/assets/style/style.scss

@@ -58,4 +58,9 @@ iframe {
 
 .el-table__empty-block {
     align-items: initial;
+}
+
+.p10 {
+    padding: 0 10px;
+    box-sizing: border-box;
 }

+ 6 - 6
src/components/config_point/step3_point/3_temps.vue

@@ -14,11 +14,11 @@
             <div class="flex-around">
                 <div class="point-despoint">
                     <p class="center">原始点位说明</p>
-                    <p>{{pointDes}}</p>
+                    <p class="p10">{{pointDes}}</p>
                 </div>
                 <div class="point-despoint">
                     <p class="center">数据字典值说明</p>
-                    <p class="content-view">{{delDataSource(unitObj.dataSource)}}</p>
+                    <p class="content-view p10">{{delDataSource(unitObj.dataSource)}}</p>
                 </div>
             </div>
             <div class="center">
@@ -28,12 +28,12 @@
         <div class="collapse-item" v-if="activeName == 1">
             <div class="flex-around">
                 <div class="point-despoint">
-                    <p>原始点位说明</p>
-                    <p>{{pointDes}}</p>
+                    <p class="center">原始点位说明</p>
+                    <p class="p10">{{pointDes}}</p>
                 </div>
                 <div class="point-despoint">
-                    <p>数据字典值说明</p>
-                    <p class="content-view">{{delDataSource(unitObj.dataSource)}}</p>
+                    <p class="center">数据字典值说明</p>
+                    <p class="content-view p10">{{delDataSource(unitObj.dataSource)}}</p>
                 </div>
             </div>
             <el-form class="form" :rules="rules" ref="form2" :model="form2" label-width="140px">

+ 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>