fix 优化
This commit is contained in:
@@ -151,10 +151,10 @@
|
|||||||
provide(THEME_KEY, 'dark');
|
provide(THEME_KEY, 'dark');
|
||||||
const option1 = ref({
|
const option1 = ref({
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
height: fitChartSize(230),
|
|
||||||
width: '92%',
|
width: '92%',
|
||||||
|
// height: fitChartSize(300),
|
||||||
grid: {
|
grid: {
|
||||||
top: '50',
|
top: fitChartSize(90),
|
||||||
bottom: '0',
|
bottom: '0',
|
||||||
left: '4%',
|
left: '4%',
|
||||||
containLabel: true,
|
containLabel: true,
|
||||||
@@ -392,8 +392,9 @@
|
|||||||
left: vw(-8);
|
left: vw(-8);
|
||||||
|
|
||||||
span {
|
span {
|
||||||
position: relative;
|
position: absolute;
|
||||||
top: vh(-5);
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user