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,
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