This commit is contained in:
lnn19986213 2024-04-17 13:51:18 +08:00
parent 8ee2a4f4a1
commit 2d8e9c9687
2 changed files with 6 additions and 7 deletions

View File

@ -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 = [

View File

@ -634,7 +634,7 @@ const options = [
}
};
.selectLint {
width: 100%;
width: 94%;
display: flex;
margin: 30px 0 10px;
justify-content: space-between;