Browse Source

fix: 无jira任务,标题文本居左

qufenxi
alan 5 years ago
parent
commit
2ad005070a
  1. 1
      src/modules/pages/connection/connection.ts

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

@ -92,6 +92,7 @@ export class Connection extends BI.Widget {
{
type: Label,
lgap: 5,
textAlign: 'left',
ref: (_ref: any) => {
this.connectionTitleWidget = _ref;
},

Loading…
Cancel
Save