修复一下样式
This commit is contained in:
@@ -3,7 +3,7 @@ import tools from "../tools";
|
|||||||
export default {
|
export default {
|
||||||
legend: {show: false},
|
legend: {show: false},
|
||||||
grid: {
|
grid: {
|
||||||
left: 50, right: 0
|
left: 50, right: 0, top: 10, bottom: 30
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis', backgroundColor: 'rgba(14, 51, 111, 0.9)', borderColor: '#1A6ABC',
|
trigger: 'axis', backgroundColor: 'rgba(14, 51, 111, 0.9)', borderColor: '#1A6ABC',
|
||||||
@@ -16,7 +16,7 @@ export default {
|
|||||||
axisLabel: {color: '#fff'},
|
axisLabel: {color: '#fff'},
|
||||||
axisPointer: {snap: true}
|
axisPointer: {snap: true}
|
||||||
},
|
},
|
||||||
daemon: color=> ({
|
daemon: color => ({
|
||||||
showSymbol: false, smooth: true,
|
showSymbol: false, smooth: true,
|
||||||
lineStyle: {shadowBlur: 4, shadowOffsetY: 2},
|
lineStyle: {shadowBlur: 4, shadowOffsetY: 2},
|
||||||
areaStyle: {
|
areaStyle: {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slot {
|
.slot {
|
||||||
height: calc(100% - 68px);
|
height: calc(100% - 30px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user