Browse Source

REPORT-94752【视觉验收】数据连接

fix:修复视觉问题
release/11.0
旭旭 2 years ago
parent
commit
c3dc773417
  1. 29
      src/modules/pages/setting/setting.ts

29
src/modules/pages/setting/setting.ts

@ -47,17 +47,20 @@ export class TimeOutSetting extends BI.Widget {
vgap: 10, vgap: 10,
items: [ items: [
{ {
type: 'bi.vertical_adapt', el: {
hgap: 16, type: 'bi.vertical_adapt',
cls: 'bi-border-bottom', hgap: 16,
height: 32, cls: 'bi-border-bottom',
items: [{ height: 40,
type: 'bi.label', items: [{
textAlign: 'left', type: 'bi.label',
width: 120, textAlign: 'left',
cls: 'dec-font-weight-bold', width: 120,
text: BI.i18nText('Dec-Dcm_Connection_Timeout_Detection'), cls: 'dec-font-weight-bold',
}] text: BI.i18nText('Dec-Dcm_Connection_Timeout_Detection'),
}],
}
,tgap: -10,
}, },
{ {
type: 'bi.vertical_adapt', type: 'bi.vertical_adapt',
@ -84,7 +87,7 @@ export class TimeOutSetting extends BI.Widget {
lgap: 10, lgap: 10,
}] }]
}, },
] ]
}], }],
ref: function (_ref) { ref: function (_ref) {
@ -92,4 +95,4 @@ export class TimeOutSetting extends BI.Widget {
}, },
}; };
} }
} }

Loading…
Cancel
Save