fix 优化

This commit is contained in:
duanliang
2024-12-26 14:09:09 +08:00
parent 50a6b06381
commit 670e075203

View File

@@ -151,10 +151,10 @@
provide(THEME_KEY, 'dark');
const option1 = ref({
backgroundColor: 'transparent',
height: fitChartSize(230),
width: '92%',
// height: fitChartSize(300),
grid: {
top: '50',
top: fitChartSize(90),
bottom: '0',
left: '4%',
containLabel: true,
@@ -392,8 +392,9 @@
left: vw(-8);
span {
position: relative;
top: vh(-5);
position: absolute;
top: 50%;
transform: translateY(-50%);
}
}
}