Procházet zdrojové kódy

样本库检修规则页面修改

chenminghua před 3 roky
rodič
revize
a6882aeaec
1 změnil soubory, kde provedl 5 přidání a 12 odebrání
  1. 5 12
      src/views/overhaulRule/index.vue

+ 5 - 12
src/views/overhaulRule/index.vue

@@ -57,14 +57,7 @@ export default {
     return {
       maintenanceType: 3,
       radioArray: [],
-      tableData: [],
-      knowledge: "故障维修记录库",
-      knowledgeList: [
-        {
-          label: "故障维修记录库",
-          value: "0",
-        },
-      ],
+      tableData: []
     };
   },
   components: {},
@@ -111,8 +104,8 @@ export default {
 
   .radioBox {
     width: 20%;
-    height: 80%;
-    max-height: 80%;
+    height: 95%;
+    max-height: 95%;
     margin: 10% 0 10% 20px;
     overflow-y: scroll;
     display: flex;
@@ -125,8 +118,8 @@ export default {
   }
 
   .tableBox {
-    width: 80%;
-    height: 80%;
+    width: 90%;
+    height: 90%;
     margin: 10% 20px;
   }
 }