From 9e0851442c2eecbd66f5154b97c8dba74b2c6fab Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 8 Jun 2017 20:22:51 +0800 Subject: [PATCH] add --- bi/base.js | 4 ++-- bi/case.js | 1 + bi/widget.js | 4 ++-- docs/base.js | 4 ++-- docs/case.js | 1 + docs/widget.js | 4 ++-- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bi/base.js b/bi/base.js index 23c9a67c6..34f5c5729 100644 --- a/bi/base.js +++ b/bi/base.js @@ -15079,9 +15079,9 @@ BI.FloatBox = BI.inherit(BI.Widget, { type: "bi.absolute", items: [{ el: this._center, - left: 10, + left: 20, top: 10, - right: 10, + right: 20, bottom: 10 }] } diff --git a/bi/case.js b/bi/case.js index 060b96bfe..974f1f22a 100644 --- a/bi/case.js +++ b/bi/case.js @@ -12389,6 +12389,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, { }); this.trigerButton = BI.createWidget({ type: "bi.trigger_icon_button", + cls: "bi-border-left", width: c.triggerWidth }); diff --git a/bi/widget.js b/bi/widget.js index 425380278..aab2005f3 100644 --- a/bi/widget.js +++ b/bi/widget.js @@ -12279,8 +12279,8 @@ BI.NumericalInterval = BI.inherit(BI.Single, { var conf = BI.NumericalInterval.superclass._defaultConfig.apply(this, arguments) return BI.extend(conf, { extraCls: "bi-numerical-interval", - height: 25 - + height: 25, + validation: "valid" }) }, _init: function () { diff --git a/docs/base.js b/docs/base.js index 23c9a67c6..34f5c5729 100644 --- a/docs/base.js +++ b/docs/base.js @@ -15079,9 +15079,9 @@ BI.FloatBox = BI.inherit(BI.Widget, { type: "bi.absolute", items: [{ el: this._center, - left: 10, + left: 20, top: 10, - right: 10, + right: 20, bottom: 10 }] } diff --git a/docs/case.js b/docs/case.js index 060b96bfe..974f1f22a 100644 --- a/docs/case.js +++ b/docs/case.js @@ -12389,6 +12389,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, { }); this.trigerButton = BI.createWidget({ type: "bi.trigger_icon_button", + cls: "bi-border-left", width: c.triggerWidth }); diff --git a/docs/widget.js b/docs/widget.js index 425380278..aab2005f3 100644 --- a/docs/widget.js +++ b/docs/widget.js @@ -12279,8 +12279,8 @@ BI.NumericalInterval = BI.inherit(BI.Single, { var conf = BI.NumericalInterval.superclass._defaultConfig.apply(this, arguments) return BI.extend(conf, { extraCls: "bi-numerical-interval", - height: 25 - + height: 25, + validation: "valid" }) }, _init: function () {