This commit is contained in:
2023-04-27 18:03:12 +08:00
parent 7334bbb857
commit 05f977fc56
10 changed files with 1571 additions and 668 deletions

View File

@ -1339,13 +1339,7 @@ const downloadURL = url => {
/*-------------echarts--------------*/
function areachar() {
const areaDivIntance = echarts.init(areaDiv.value);
let dataX = [
'好',
'较好',
'适中',
'较差',
'差',
]; //名称
let dataX = ['好', '较好', '适中', '较差', '差']; //名称
let dataY = [3598, 1235, 2354, 3251, 1652]; //数据
let zoomShow = false;
if (dataY.length > 14) {
@ -2867,6 +2861,13 @@ $height: calc(100vh - 100px);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 33.33%,
rgba(41, 255, 219, 1) 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
p {