diff --git a/demo/js/config/widget.js b/demo/js/config/widget.js index 89a0f375a..3dd24b9ae 100644 --- a/demo/js/config/widget.js +++ b/demo/js/config/widget.js @@ -250,12 +250,12 @@ Demo.WIDGET_CONFIG = [{ text: "bi.dialog", value: "demo.dialog" }, { - id: 7, - text: '数值微调器', - value: "demo.test_editor" - }, { - id: 8, - text: '所有日期控件', - value: "demo.all_date_widget" - } + pId: 4, + id: 419, + text: '文件管理', + }, { + pId: 419, + text: "bi.file_manager", + value: "demo.file_manager" + }, ]; \ No newline at end of file diff --git a/demo/js/widget/dailertest/demo.test_editor.js b/demo/js/widget/dailertest/demo.test_editor.js index fd7b406bc..a75cc1d43 100644 --- a/demo/js/widget/dailertest/demo.test_editor.js +++ b/demo/js/widget/dailertest/demo.test_editor.js @@ -35,7 +35,7 @@ Demo.TestEditor = BI.inherit(BI.Widget, { var dateTimeCombo = BI.createWidget({ type: "bi.date_time_combo", - width: 300 + width: 200 }); var enable = 1;