@@ -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%;
+ width: 90%;
+ height: 90%;
margin: 10% 20px;