|
|
|
@ -9,8 +9,8 @@
|
|
|
|
|
constants: { |
|
|
|
|
height: 24, |
|
|
|
|
width: 24, |
|
|
|
|
lgap: 15, |
|
|
|
|
offset: 0 |
|
|
|
|
hgap: 15, |
|
|
|
|
offset: -15 |
|
|
|
|
}, |
|
|
|
|
props: { |
|
|
|
|
extraCls: "bi-time-interval", |
|
|
|
@ -43,6 +43,7 @@
|
|
|
|
|
el: { |
|
|
|
|
type: "bi.center", |
|
|
|
|
height: this.constants.height, |
|
|
|
|
hgap: this.constants.hgap, |
|
|
|
|
items: [{ |
|
|
|
|
type: "bi.absolute", |
|
|
|
|
items: [{ |
|
|
|
@ -52,9 +53,9 @@
|
|
|
|
|
} |
|
|
|
|
}, this._createCombo(o.value.start)), |
|
|
|
|
left: this.constants.offset, |
|
|
|
|
right: this.constants.width / 2, |
|
|
|
|
right: 0, |
|
|
|
|
top: 0, |
|
|
|
|
bottom: 0 |
|
|
|
|
bottom: 0, |
|
|
|
|
}] |
|
|
|
|
}, { |
|
|
|
|
type: "bi.absolute", |
|
|
|
@ -64,10 +65,10 @@
|
|
|
|
|
self.right = _ref; |
|
|
|
|
} |
|
|
|
|
}, this._createCombo(o.value.end)), |
|
|
|
|
left: this.constants.width / 2, |
|
|
|
|
left: 0, |
|
|
|
|
right: this.constants.offset, |
|
|
|
|
top: 0, |
|
|
|
|
bottom: 0 |
|
|
|
|
bottom: 0, |
|
|
|
|
}] |
|
|
|
|
}] |
|
|
|
|
}, |
|
|
|
|