修改
This commit is contained in:
parent
196ad512af
commit
37c0c77078
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: zhp
|
* @Author: zhp
|
||||||
* @Date: 2024-09-13 15:39:36
|
* @Date: 2024-09-13 15:39:36
|
||||||
* @LastEditTime: 2024-09-18 10:35:44
|
* @LastEditTime: 2024-09-18 11:21:11
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @Description:
|
* @Description:
|
||||||
*/
|
*/
|
||||||
@ -122,13 +122,13 @@ export default function getOptions(data, times, range, yName,forecastList,color,
|
|||||||
data: forecastList,
|
data: forecastList,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: "axis",
|
trigger: "axis",
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
type: 'cross'
|
type: "shadow",
|
||||||
|
},
|
||||||
|
className: "xc-chart-tooltip",
|
||||||
|
// backgroundColor: ''
|
||||||
},
|
},
|
||||||
className: "xc-chart-tooltip",
|
};
|
||||||
// backgroundColor: ''
|
|
||||||
},
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -16,11 +16,9 @@
|
|||||||
.leftBarRight {
|
.leftBarRight {
|
||||||
width: 501px;
|
width: 501px;
|
||||||
height: 966px;
|
height: 966px;
|
||||||
// margin-left: 40px;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
Caricamento…
Fai riferimento in un nuovo problema
Block a user