feat: 视图字段可调整高度

This commit is contained in:
junjun 2022-06-09 20:21:02 +08:00
parent da7e5eabc7
commit 20c3de7be3

View File

@ -1290,6 +1290,7 @@ export default {
this.hasEdit = (this.panelViewEditInfo[this.param.id] || false)
},
chartInit() {
this.fieldShow = false
this.resetDrill()
this.initFromPanel()
this.getChart(this.param.id)
@ -2895,8 +2896,7 @@ span {
}
.field-split{
height: 700px;
// height: calc(100% - 40px);
height: calc(100% - 40px);
}
</style>