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 const chart = ref(); // DOM
var colors = [ var colors = [
'#0278e6', '#4EC2FF',
'#34d160', '#FF805C',
'#fcdf39', '#12F7D5',
'#f19611', '#268FFF',
'#00c6ff', '#FFE986'
'#f76363'
] ]
var data = [ var data = [

View File

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