1006008 Add field type for dashboard content. layout fix. (IDEMPIERE-3270)

This commit is contained in:
Heng Sin Low 2016-05-27 12:44:41 +08:00
parent 9f9806d8de
commit 2c1f41dd7b
2 changed files with 5 additions and 0 deletions

View File

@ -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();

View File

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