Browse Source

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

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

7
src/modules/pages/setting/setting.ts

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

Loading…
Cancel
Save