1006008 Add field type for dashboard content. layout fix. (IDEMPIERE-3270)
This commit is contained in:
parent
9f9806d8de
commit
2c1f41dd7b
|
@ -116,6 +116,7 @@ public class WDashboardContentEditor extends WEditor {
|
|||
|
||||
private void render() throws Exception {
|
||||
Panel panel = getComponent();
|
||||
panel.setSclass("dashboard-field-panel");
|
||||
Panelchildren pc = panel.getPanelchildren();
|
||||
pc.getChildren().clear();
|
||||
Div div = new Div();
|
||||
|
|
|
@ -187,3 +187,7 @@ span.grid-combobox-editor {
|
|||
cursor: default;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.dashboard-field-panel.z-panel, .dashboard-field-panel.z-panel > .z-panel-body, .dashboard-field-panel.z-panel > .z-panel-body > .z-panelchildren {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue