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

显示调整

parent 1878a836
......@@ -95,7 +95,7 @@
<div v-for="(item,index) in showList" :key="index" class="grid-item">
<!-- title-->
<div
style="color: #26c6f0; font-size: 16px;text-align: center;font-weight: 700;line-height: 30px;width: 100%;">
style="color: #26c6f0; font-size: 15px;text-align: center;font-weight: 700;line-height: 30px;width: 100%;">
{{item.name}}
</div>
<div style="height: calc(100% - 30px);width: 100%;display: flex;flex-direction: column;">
......@@ -859,7 +859,10 @@
},
axisLabel: {
show: true,
color: 'white'
color: 'white',
interval: 0, // 确保所有标签都显示
rotate:8,
fontSize: 10,
}
}],
yAxis: [{
......@@ -934,7 +937,10 @@
},
axisLabel: {
show: true,
color: 'white'
color: 'white',
interval: 0, // 确保所有标签都显示
rotate:8,
fontSize: 10,
}
}],
yAxis: [{
......
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