Browse Source

fix: DEC-10466 加入title提示

qufenxi
alan 5 years ago
parent
commit
91dd17558f
  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, text: name,
width: 200, width: 200,
textAlign: 'left', textAlign: 'left',
title: name,
ref: (_ref: any) => { ref: (_ref: any) => {
this.nameLabel = _ref; 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, type: Label,
text: this.options.name, text: this.options.name,
title: this.options.name,
width: 250, width: 250,
textAlign: 'left', textAlign: 'left',
}, },

Loading…
Cancel
Save