农机删除

This commit is contained in:
zenghua.wang 2025-04-30 17:05:11 +08:00
parent 8f2fefbc69
commit e6b3dd0410
2 changed files with 11 additions and 11 deletions

View File

@ -59,7 +59,7 @@ watch(
z-index: 1;
}
.title-top-content {
line-height: 38px;
line-height: 32px;
font-size: 18px;
font-weight: bold;
display: inline-block;

View File

@ -108,16 +108,16 @@ const chartsData = reactive({
type: 'line',
data: [120, 516, 238, 453, 368, 519, 432, 128, 578, 120, 578, 324],
},
{
name: '兽药',
type: 'line',
data: [120, 132, 101, 134, 90, 230, 210, 500, 600, 565, 134, 256],
},
{
name: '农机',
type: 'line',
data: [485, 182, 353, 265, 290, 354, 215, 200, 158, 326, 456, 189],
},
// {
// name: '',
// type: 'line',
// data: [120, 132, 101, 134, 90, 230, 210, 500, 600, 565, 134, 256],
// },
// {
// name: '',
// type: 'line',
// data: [485, 182, 353, 265, 290, 354, 215, 200, 158, 326, 456, 189],
// },
],
},
});