|
@@ -21,6 +21,7 @@ |
|
@@ -21,6 +21,7 @@ |
21
|
chartInstance.length % 2 !== 0 ? '' : 'inner',
|
21
|
chartInstance.length % 2 !== 0 ? '' : 'inner',
|
22
|
chartInstance.length % 2 !== 0 ? '' : 'item',
|
22
|
chartInstance.length % 2 !== 0 ? '' : 'item',
|
23
|
]"
|
23
|
]"
|
|
|
24
|
+ class="mb-20"
|
24
|
v-for="item in chartInstance"
|
25
|
v-for="item in chartInstance"
|
25
|
:key="item.device"
|
26
|
:key="item.device"
|
26
|
>
|
27
|
>
|
|
@@ -90,7 +91,7 @@ |
|
@@ -90,7 +91,7 @@ |
90
|
},
|
91
|
},
|
91
|
});
|
92
|
});
|
92
|
defineEmits(['register']);
|
93
|
defineEmits(['register']);
|
93
|
- const heightNum = ref(800);
|
94
|
+ const heightNum = ref(550);
|
94
|
|
95
|
|
95
|
let currentRecord: ExecuteReportRecord = {} as unknown as ExecuteReportRecord;
|
96
|
let currentRecord: ExecuteReportRecord = {} as unknown as ExecuteReportRecord;
|
96
|
|
97
|
|