Browse Source

BI-120672 feat:时间选择控件opt里支持传height

research/test
Claire 1 year ago
parent
commit
0184d389ba
  1. 8
      src/widget/dynamicdatetime/dynamicdatetime.timeselect.js

8
src/widget/dynamicdatetime/dynamicdatetime.timeselect.js

@ -1,8 +1,10 @@
BI.DynamicDateTimeSelect = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-date-time-select",
height: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
props: function () {
return {
baseCls: "bi-date-time-select",
height: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
};
},
render: function () {

Loading…
Cancel
Save