浏览代码

样式修改

SunZehao 4 月之前
父节点
当前提交
23a63d800d

+ 1 - 1
src/router/index.js

@@ -209,7 +209,7 @@ export const asyncRoutes = [
                 component: () => import("@/views/IntegratedAlarm/deviceConfig"),
                 meta: {
                     title: "设备模型配置",
-                    icon: "svg-bjpz",
+                    icon: "svg-zhgk",
                     permissions: ["jn_alarmConfig"],
                 },
             },

+ 3 - 2
src/views/IntegratedAlarm/reliability/customAnalyse/index.vue

@@ -150,7 +150,8 @@
       <!--     @cell-click="handle" -->
       <el-table
         :data="state.tableData"
-        style="height: calc(100% - 60px)"
+        height="calc(100% - 30px)"
+        style="height: calc(100% - 30px)"
         stripe
         @sort-change="handleSortChange"
       >
@@ -832,7 +833,7 @@ const compare = function (property) {
   }
   .table_all {
     width: calc(100% - 20px);
-    height: calc(100% - 130px);
+    height: calc(100% - 80px);
     padding: 20px;
     .leftContent {
       width: 242px;

+ 3 - 2
src/views/IntegratedAlarm/reliability/historyAnalyse/index.vue

@@ -154,7 +154,8 @@
       <el-table
         :data="state.tableData"
         stripe
-        style="height: calc(100% - 60px)"
+        height="calc(100% - 30px)"
+        style="height: calc(100% - 30px)"
         @sort-change="handleSortChange"
       >
         <el-table-column
@@ -798,7 +799,7 @@ const compare = function (property) {
   }
   .table_all {
     width: calc(100% - 20px);
-    height: calc(100% - 130px);
+    height: calc(100% - 80px);
     padding: 20px;
     .leftContent {
       width: 242px;