fix: 修复图表高度问题
This commit is contained in:
parent
dc4780ea73
commit
f1948e7b3e
|
@ -19,7 +19,7 @@ export default {
|
|||
},
|
||||
height: {
|
||||
type: Number,
|
||||
default: 0
|
||||
default: null
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
@ -83,6 +83,6 @@ export default {
|
|||
</script>
|
||||
<style lang="less" scoped>
|
||||
.custom-chart {
|
||||
// height: 100% !important;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user