Jelajahi Sumber

modify point config css

haojianlong 5 tahun lalu
induk
melakukan
583d4c6b8a

+ 1 - 1
src/components/point/dynamicdata/equipRules.vue

@@ -247,7 +247,7 @@ export default {
   }
   /deep/ .table-area {
     width: 100%;
-    height: calc(100% - 125px);
+    height: calc(100% - 71px);
     margin-bottom: 10px;
     td div {
       white-space: nowrap;

+ 1 - 1
src/components/point/dynamicdata/partsRules.vue

@@ -248,7 +248,7 @@ export default {
   }
   /deep/ .table-area {
     width: 100%;
-    height: calc(100% - 125px);
+    height: calc(100% - 71px);
     margin-bottom: 10px;
     td div {
       white-space: nowrap;

+ 1 - 1
src/components/point/dynamicdata/spaceRules.vue

@@ -248,7 +248,7 @@ export default {
   }
   /deep/ .table-area {
     width: 100%;
-    height: calc(100% - 125px);
+    height: calc(100% - 71px);
     margin-bottom: 10px;
     td div {
       white-space: nowrap;

+ 1 - 1
src/components/point/dynamicdata/systemRules.vue

@@ -248,7 +248,7 @@ export default {
   }
   /deep/ .table-area {
     width: 100%;
-    height: calc(100% - 125px);
+    height: calc(100% - 71px);
     margin-bottom: 10px;
     td div {
       white-space: nowrap;

+ 1 - 1
src/views/point/dynamicdata/index.vue

@@ -26,7 +26,7 @@
         </el-tooltip>
       </div>
     </el-row>
-    <div v-show="typeList.length" style="height: 100%;">
+    <div v-show="typeList.length" style="height: calc(100% - 54px);">
       <!-- 设备 -->
       <equipRules v-if="curType=='设备'" ref="equip" :typeName="curType" @refresh="refreshTabs" :isPending="isPending"></equipRules>
       <!-- 部件 -->