样式优化

This commit is contained in:
BianLzhaoMin 2025-03-24 10:42:15 +08:00
parent cb32d6ebcf
commit 76f0f6bff1
1 changed files with 2 additions and 2 deletions

View File

@ -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
},