Browse Source

fix: 调整combo宽度

es6
qcc 5 years ago
parent
commit
b422b9ada5
  1. 2
      dist/bundle.ie.js
  2. 2
      dist/bundle.js
  3. 2
      dist/fineui.ie.js
  4. 2
      dist/fineui.js
  5. 2
      dist/fineui_without_jquery_polyfill.js
  6. 2
      dist/widget.js
  7. 2
      src/widget/time/time.combo.js

2
dist/bundle.ie.js vendored

@ -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
},

2
dist/bundle.js vendored

@ -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
},

2
dist/fineui.ie.js vendored

@ -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
},

2
dist/fineui.js vendored

@ -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
},

2
dist/fineui_without_jquery_polyfill.js vendored

@ -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
},

2
dist/widget.js vendored

@ -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
},

2
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
},

Loading…
Cancel
Save