Browse Source

[Bug][UI Next] Fix style errors (#9067)

3.0.0/version-upgrade
labbomb 3 years ago committed by GitHub
parent
commit
dac39921d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts

5
dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts

@ -61,7 +61,10 @@ export function useTable() {
},
{
title: t('security.tenant.description'),
key: 'description'
key: 'description',
ellipsis: {
tooltip: true
}
},
{
title: t('security.tenant.queue_name'),

Loading…
Cancel
Save