@ -4,7 +4,7 @@
BI.DateTimeCombo = BI.inherit(BI.Single, {
constants: {
popupHeight: 290,
popupWidth: 270,
popupWidth: 310,
comboAdjustHeight: 1,
border: 1
},
@ -5,8 +5,8 @@ BI.DateTimePopup = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.DateTimePopup.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-date-time-popup",
width: 268,
height: 374
width: 310,
height: 410
});
_init: function () {
@ -6,8 +6,8 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-dynamic-date-popup",
width: 248,
height: 344
width: 290,
height: 380
@ -6,8 +6,8 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
baseCls: "bi-dynamic-date-time-popup",
height: 385
height: 421
@ -36,7 +36,7 @@ BI.MonthPopup = BI.inherit(BI.Widget, {
whiteSpace: "nowrap",
once: false,
forceSelected: true,
height: 23,
height: 30,
width: 38,
value: td,
text: td
@ -55,7 +55,7 @@ BI.MonthPopup = BI.inherit(BI.Widget, {
columns: 2,
rows: 6,
columnSize: [1 / 2, 1 / 2],
rowSize: 25
rowSize: 30
})), {
type: "bi.center_adapt",
vgap: 1,
@ -39,7 +39,7 @@ BI.QuarterPopup = BI.inherit(BI.Widget, {
height: 25
height: 30
@ -17,7 +17,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
min: "1900-01-01", // 最小日期
max: "2099-12-31", // 最大日期,
width: 180,
height: 276
height: 270
render: function () {
@ -10,7 +10,7 @@ BI.DynamicYearQuarterPopup = BI.inherit(BI.Widget, {
height: 260