Confronta commit

...

4 Commit

Autore SHA1 Messaggio Data
‘937886381’
e2f8d9860a Merge branch 'features/warning' into zhp 2024-09-18 11:24:29 +08:00
‘937886381’
37c0c77078 修改 2024-09-18 11:23:50 +08:00
zhp
2325dc0373 Merge pull request '修改' (#11) from zhp into features/warning
Reviewed-on: #11
2024-09-18 10:59:38 +08:00
zhp
29f8e96a2a Merge pull request 'zhp' (#10) from zhp into features/warning
Reviewed-on: #10
2024-09-18 09:55:13 +08:00
2 ha cambiato i file con 10 aggiunte e 12 eliminazioni

Vedi File

@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-09-13 15:39:36
* @LastEditTime: 2024-09-18 10:35:44
* @LastEditTime: 2024-09-18 11:21:11
* @LastEditors: zhp
* @Description:
*/
@ -122,13 +122,13 @@ export default function getOptions(data, times, range, yName,forecastList,color,
data: forecastList,
}
],
tooltip: {
trigger: "axis",
axisPointer: {
type: 'cross'
tooltip: {
trigger: "axis",
axisPointer: {
type: "shadow",
},
className: "xc-chart-tooltip",
// backgroundColor: ''
},
className: "xc-chart-tooltip",
// backgroundColor: ''
},
};
};
}

Vedi File

@ -16,11 +16,9 @@
.leftBarRight {
width: 501px;
height: 966px;
// margin-left: 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
position: relative;
z-index: 99;
}