From 2c00a08b9e4df490e0a3fb6416eab41679c1769d Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 9 May 2018 10:40:53 +0800 Subject: [PATCH] update --- dist/bundle.js | 2 +- dist/case.js | 2 +- dist/fineui.js | 2 +- src/case/loader/sort.list.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/bundle.js b/dist/bundle.js index 75d42414a..e9928653e 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -81905,7 +81905,7 @@ BI.SortList = BI.inherit(BI.Widget, { placeholder: { element: function ($currentItem) { var holder = BI.createWidget({ - type: "bi.layout", + type: "bi.label", cls: "bi-sortable-holder", width: $currentItem.width() - 2, height: $currentItem.outerHeight() diff --git a/dist/case.js b/dist/case.js index 7f83d4783..de2927ef3 100644 --- a/dist/case.js +++ b/dist/case.js @@ -9449,7 +9449,7 @@ BI.SortList = BI.inherit(BI.Widget, { placeholder: { element: function ($currentItem) { var holder = BI.createWidget({ - type: "bi.layout", + type: "bi.label", cls: "bi-sortable-holder", width: $currentItem.width() - 2, height: $currentItem.outerHeight() diff --git a/dist/fineui.js b/dist/fineui.js index 5f2e20204..392977741 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -82148,7 +82148,7 @@ BI.SortList = BI.inherit(BI.Widget, { placeholder: { element: function ($currentItem) { var holder = BI.createWidget({ - type: "bi.layout", + type: "bi.label", cls: "bi-sortable-holder", width: $currentItem.width() - 2, height: $currentItem.outerHeight() diff --git a/src/case/loader/sort.list.js b/src/case/loader/sort.list.js index 6878981f9..af5556582 100644 --- a/src/case/loader/sort.list.js +++ b/src/case/loader/sort.list.js @@ -65,7 +65,7 @@ BI.SortList = BI.inherit(BI.Widget, { placeholder: { element: function ($currentItem) { var holder = BI.createWidget({ - type: "bi.layout", + type: "bi.label", cls: "bi-sortable-holder", width: $currentItem.width() - 2, height: $currentItem.outerHeight()