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

subscribe-dev-mailing-list
labbomb 2022-03-22 10:01:07 +08:00 committed by GitHub
parent 9b163249d6
commit dac39921d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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'),