From 91dd17558f9fedf70920bccb17f2c94b45b247be Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 18 Oct 2019 09:55:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20DEC-10466=20=E5=8A=A0=E5=85=A5title?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/connection/list/list_item/list_item.ts | 1 + src/modules/pages/connection_pool/list_item/list_item.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/modules/pages/connection/list/list_item/list_item.ts b/src/modules/pages/connection/list/list_item/list_item.ts index cc1c054..d4b1ebf 100644 --- a/src/modules/pages/connection/list/list_item/list_item.ts +++ b/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; }, diff --git a/src/modules/pages/connection_pool/list_item/list_item.ts b/src/modules/pages/connection_pool/list_item/list_item.ts index baf8d3c..814255e 100644 --- a/src/modules/pages/connection_pool/list_item/list_item.ts +++ b/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', },