fix 优化
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
left: '2%',
|
left: '2%',
|
||||||
right: '2%',
|
right: '7%',
|
||||||
bottom: '5%',
|
bottom: '5%',
|
||||||
top: '10%',
|
top: '10%',
|
||||||
containLabel: true
|
containLabel: true
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
legend: {
|
legend: {
|
||||||
show: true,
|
show: true,
|
||||||
x: 'center',
|
x: 'center',
|
||||||
y: '75%',
|
y: '72%',
|
||||||
itemHeight: fitChartSize(12),
|
itemHeight: fitChartSize(12),
|
||||||
itemWidth: fitChartSize(12),
|
itemWidth: fitChartSize(12),
|
||||||
itemGap: fitChartSize(6),
|
itemGap: fitChartSize(6),
|
||||||
|
|||||||
@@ -550,8 +550,8 @@
|
|||||||
.table {
|
.table {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: vw(200);
|
left: vw(200);
|
||||||
width: vw(450);
|
// width: vw(500);
|
||||||
// width:5%;
|
width:75%;
|
||||||
// height: vh(196);
|
// height: vh(196);
|
||||||
// height:100%;
|
// height:100%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user