Browse Source

Merge pull request #110 in DEC/decision-webui-dcm from ~ALAN/decision-webui-dcm:feature/10.0 to release/10.0

* commit '91dd17558f9fedf70920bccb17f2c94b45b247be':
  fix: DEC-10466 加入title提示
qufenxi
alan 6 years ago
parent
commit
ea405c0c12
  1. 1
      src/modules/pages/connection/list/list_item/list_item.ts
  2. 1
      src/modules/pages/connection_pool/list_item/list_item.ts

1
src/modules/pages/connection/list/list_item/list_item.ts

@ -55,6 +55,7 @@ export class ListItem extends BI.BasicButton {
text: name,
width: 200,
textAlign: 'left',
title: name,
ref: (_ref: any) => {
this.nameLabel = _ref;
},

1
src/modules/pages/connection_pool/list_item/list_item.ts

@ -21,6 +21,7 @@ export class ListItem extends BI.BasicButton {
{
type: Label,
text: this.options.name,
title: this.options.name,
width: 250,
textAlign: 'left',
},

Loading…
Cancel
Save