Browse Source

refactor: 统一格式

es6
iapyang 3 years ago
parent
commit
585f31b7f4
  1. 2
      src/widget/yearmonth/combo.yearmonth.js
  2. 2
      src/widget/yearquarter/combo.yearquarter.js

2
src/widget/yearmonth/combo.yearmonth.js

@ -59,7 +59,7 @@ BI.DynamicYearMonthCombo = BI.inherit(BI.Single, {
this.combo = BI.createWidget({
type: "bi.combo",
cls: 'bi-border bi-border-radius bi-focus-shadow',
cls: "bi-border bi-border-radius bi-focus-shadow",
container: o.container,
isNeedAdjustHeight: o.isNeedAdjustHeight,
isNeedAdjustWidth: o.isNeedAdjustWidth,

2
src/widget/yearquarter/combo.yearquarter.js

@ -59,7 +59,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
this.combo = BI.createWidget({
type: "bi.combo",
cls: 'bi-border bi-border-radius bi-focus-shadow',
cls: "bi-border bi-border-radius bi-focus-shadow",
container: o.container,
isNeedAdjustHeight: o.isNeedAdjustHeight,
isNeedAdjustWidth: o.isNeedAdjustWidth,

Loading…
Cancel
Save