From 6814d14c8f6d3673359f4570b3b2e07200a505d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=8D=A3=E6=AD=86?= Date: Fri, 21 Jul 2017 14:26:24 +0800 Subject: [PATCH] no message --- demo/js/config/widget.js | 16 ++++++++-------- demo/js/widget/dailertest/demo.test_editor.js | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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;