浏览代码

样本库检修规则页面修改

chenminghua 3 年之前
父节点
当前提交
a6882aeaec
共有 1 个文件被更改,包括 5 次插入12 次删除
  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;
   }
 }