样式优化
This commit is contained in:
parent
cb32d6ebcf
commit
76f0f6bff1
|
|
@ -20,7 +20,7 @@ export default {
|
||||||
},
|
},
|
||||||
height: {
|
height: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '350px'
|
default: '100%'
|
||||||
},
|
},
|
||||||
autoResize: {
|
autoResize: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
@ -95,7 +95,7 @@ export default {
|
||||||
grid: {
|
grid: {
|
||||||
left: 10,
|
left: 10,
|
||||||
right: 50,
|
right: 50,
|
||||||
bottom: 50, // 底部留出空间给图例
|
bottom: '12%', // 底部留出空间给图例
|
||||||
top: 30,
|
top: 30,
|
||||||
containLabel: true
|
containLabel: true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue