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