|
@@ -347,13 +347,13 @@ const barSeries = ref([{
|
|
// funGetProcessTree()
|
|
// funGetProcessTree()
|
|
/**mounted */
|
|
/**mounted */
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
- tableHeight.value = window.innerHeight - 120 + 'px'
|
|
|
|
- excelHeight.value = window.innerHeight - 120 + 'px'
|
|
|
|
- treeHeight.value = window.innerHeight - 120 + 'px'
|
|
|
|
|
|
+ tableHeight.value = window.innerHeight - 160 + 'px'
|
|
|
|
+ excelHeight.value = window.innerHeight - 160 + 'px'
|
|
|
|
+ treeHeight.value = window.innerHeight - 160 + 'px'
|
|
window.addEventListener('resize', () => {
|
|
window.addEventListener('resize', () => {
|
|
- tableHeight.value = window.innerHeight - 120 + 'px'
|
|
|
|
- excelHeight.value = window.innerHeight - 120 + 'px'
|
|
|
|
- treeHeight.value = window.innerHeight - 120 + 'px'
|
|
|
|
|
|
+ tableHeight.value = window.innerHeight - 160 + 'px'
|
|
|
|
+ excelHeight.value = window.innerHeight - 160 + 'px'
|
|
|
|
+ treeHeight.value = window.innerHeight - 160 + 'px'
|
|
})
|
|
})
|
|
/**test */
|
|
/**test */
|
|
// funExcelChange({
|
|
// funExcelChange({
|
|
@@ -466,7 +466,7 @@ onActivated(() => {
|
|
<CurrentScatterChart
|
|
<CurrentScatterChart
|
|
ref="chartRef"
|
|
ref="chartRef"
|
|
width="100%"
|
|
width="100%"
|
|
- height="calc( 100% - 20px )"
|
|
|
|
|
|
+ height="calc( 100% - 40px )"
|
|
chartTitle=""
|
|
chartTitle=""
|
|
:xAxisData="xAxisData"
|
|
:xAxisData="xAxisData"
|
|
:yAxisData="{ splitLine: { show: false } }"
|
|
:yAxisData="{ splitLine: { show: false } }"
|