This commit is contained in:
parent
8ee2a4f4a1
commit
2d8e9c9687
|
@ -10,12 +10,11 @@ import * as echarts from "echarts";
|
|||
const chart = ref(); // 创建DOM引用
|
||||
|
||||
var colors = [
|
||||
'#0278e6',
|
||||
'#34d160',
|
||||
'#fcdf39',
|
||||
'#f19611',
|
||||
'#00c6ff',
|
||||
'#f76363'
|
||||
'#4EC2FF',
|
||||
'#FF805C',
|
||||
'#12F7D5',
|
||||
'#268FFF',
|
||||
'#FFE986'
|
||||
]
|
||||
|
||||
var data = [
|
||||
|
|
|
@ -634,7 +634,7 @@ const options = [
|
|||
}
|
||||
};
|
||||
.selectLint {
|
||||
width: 100%;
|
||||
width: 94%;
|
||||
display: flex;
|
||||
margin: 30px 0 10px;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in New Issue