This commit is contained in:
2025-12-02 01:54:59 +02:00
parent c5ca4162a3
commit 2c998d7ba8
33 changed files with 419 additions and 446 deletions
+3 -3
View File
@@ -61,10 +61,10 @@ export class TwoDatePicker {
const that = this;
this.ui = El('div', { class: 'sp-two-datepicker' });
this.ui = El('div', { className: 'sp-two-datepicker' });
let firstCol = El('div', { class: 'ui-col' });
let secondCol = El('div', { class: 'ui-col' });
let firstCol = El('div', { className: 'ui-col' });
let secondCol = El('div', { className: 'ui-col' });
this.ui.append(firstCol);
this.ui.append(secondCol);