10 Commits

Author SHA1 Message Date
cebe989fe4 Merge pull request 'zjl' (#13) from zjl into features/warning
Reviewed-on: #13
2024-09-18 14:57:23 +08:00
9b8e3734fa 1 2024-09-18 14:56:01 +08:00
904b9212b8 Merge branch 'features/warning' into zjl 2024-09-18 13:21:45 +08:00
zhp
1852bdc17f Merge pull request 'zhp' (#12) from zhp into features/warning
Reviewed-on: #12
2024-09-18 11:25:10 +08:00
‘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
9382cb4cf5 Merge branch 'features/warning' into zjl 2024-09-18 11:10:53 +08:00
fa03a0b329 Merge branch 'features/warning' into zjl 2024-09-18 09:57:23 +08:00
fa5cae9a78 Merge branch 'features/warning' into zjl 2024-09-18 08:32:31 +08:00
50aada1223 装软件 2024-09-18 08:30:49 +08:00
4 changed files with 19884 additions and 61 deletions

19921
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
margin-right: 16px;
width: 272px;
height: 100px;
padding: 12px 8px;
padding: 12px 16px;
background: url(../../../assets/CenterChart2ItemBg.png);
background-repeat: no-repeat;
background-size: 100% 100%;

View 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: ''
},
};
};
}

View 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;
}