Browse Source

REPORT-72487 fix:代码规范

feature/x
Aries.lsy 2 years ago
parent
commit
3c4f53a4ab
  1. 4
      src/modules/components/file_upload/file_upload.ts

4
src/modules/components/file_upload/file_upload.ts

@ -89,7 +89,7 @@ export class FileUpload extends BI.Widget {
}, },
text: BI.i18nText('Dec-Basic_Choose_File'), text: BI.i18nText('Dec-Basic_Choose_File'),
handler: () => { handler: () => {
self.uploader.select(); this.uploader.select();
}, },
}, },
], ],
@ -197,7 +197,7 @@ export class FileUpload extends BI.Widget {
this.errorMsg = _ref; this.errorMsg = _ref;
}, },
}, { }, {
type: "bi.vertical_adapt", type: BI.VerticalLayout.xtype,
rgap: 5, rgap: 5,
items: [ items: [
{ {

Loading…
Cancel
Save