style: tagGroup width

This commit is contained in:
teukkk 2025-07-02 11:06:12 +08:00
parent 1a06264930
commit 6110bf314a
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ async function getWorkspaceFormItem() {
callback();
}
},
trigger: 'change',
trigger: 'blur',
},
],
selectProps: {

View File

@ -96,7 +96,7 @@
<template #default="{ row }">
<el-popover :width="400">
<template #reference>
<TagGroup class="cursor" :tags="row.role_name" tooltipDisabled/>
<TagGroup class="cursor" style="width: fit-content;" :tags="row.role_name" tooltipDisabled/>
</template>
<template #default>
<el-table :data="row.role_workspace">