diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index 6d5c63ba3..18329fb4f 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -78589,7 +78589,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { }, props: { baseCls: "bi-time-combo bi-border bi-border-radius", - width: 80, + width: 78, height: 22 }, diff --git a/dist/bundle.js b/dist/bundle.js index c2405d90f..df002451c 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -78993,7 +78993,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { }, props: { baseCls: "bi-time-combo bi-border bi-border-radius", - width: 80, + width: 78, height: 22 }, diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index db9d1ec4e..e4468358b 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -78834,7 +78834,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { }, props: { baseCls: "bi-time-combo bi-border bi-border-radius", - width: 80, + width: 78, height: 22 }, diff --git a/dist/fineui.js b/dist/fineui.js index 6c11432d1..a381723e4 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -79238,7 +79238,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { }, props: { baseCls: "bi-time-combo bi-border bi-border-radius", - width: 80, + width: 78, height: 22 }, diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index a932c5d83..218f895da 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -62012,7 +62012,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { }, props: { baseCls: "bi-time-combo bi-border bi-border-radius", - width: 80, + width: 78, height: 22 }, diff --git a/dist/widget.js b/dist/widget.js index b05fbb72d..c9dac8587 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -19360,7 +19360,7 @@ BI.shortcut("bi.single_tree_trigger", BI.SingleTreeTrigger);!(function () { }, props: { baseCls: "bi-time-combo bi-border bi-border-radius", - width: 80, + width: 78, height: 22 }, diff --git a/src/widget/time/time.combo.js b/src/widget/time/time.combo.js index 8633e88f7..644ccbd08 100644 --- a/src/widget/time/time.combo.js +++ b/src/widget/time/time.combo.js @@ -14,7 +14,7 @@ }, props: { baseCls: "bi-time-combo bi-border bi-border-radius", - width: 80, + width: 78, height: 22 },