fix 优化
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user