forked from github/dataease
feat: 视图字段可调整高度
This commit is contained in:
parent
da7e5eabc7
commit
20c3de7be3
@ -1290,6 +1290,7 @@ export default {
|
|||||||
this.hasEdit = (this.panelViewEditInfo[this.param.id] || false)
|
this.hasEdit = (this.panelViewEditInfo[this.param.id] || false)
|
||||||
},
|
},
|
||||||
chartInit() {
|
chartInit() {
|
||||||
|
this.fieldShow = false
|
||||||
this.resetDrill()
|
this.resetDrill()
|
||||||
this.initFromPanel()
|
this.initFromPanel()
|
||||||
this.getChart(this.param.id)
|
this.getChart(this.param.id)
|
||||||
@ -2895,8 +2896,7 @@ span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.field-split{
|
.field-split{
|
||||||
height: 700px;
|
height: calc(100% - 40px);
|
||||||
// height: calc(100% - 40px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user