Commit af06d861 authored by 李苏's avatar 李苏 💬

背景色调整

parent 381c50d8
......@@ -899,6 +899,7 @@
},
ypcInit(myChart) {
/* 资源调整*/
const color= ['#2A9D8F', // 青蓝渐变
'#E76F51', // 橙红渐变
'#264653', // 深蓝渐变
......@@ -1301,7 +1302,8 @@
height: calc(100vh - 84px);
width: 100%;
padding-top: 2px;
background-image: url('./static/data08.png');
// background-image: url('./static/data08.png');
background-color: #000e1d;
background-size: 100% 100%;
overflow: hidden;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment