style: tagGroup width
This commit is contained in:
parent
1a06264930
commit
6110bf314a
@ -148,7 +148,7 @@ async function getWorkspaceFormItem() {
|
|||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
trigger: 'change',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
selectProps: {
|
selectProps: {
|
||||||
|
|||||||
@ -96,7 +96,7 @@
|
|||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-popover :width="400">
|
<el-popover :width="400">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<TagGroup class="cursor" :tags="row.role_name" tooltipDisabled/>
|
<TagGroup class="cursor" style="width: fit-content;" :tags="row.role_name" tooltipDisabled/>
|
||||||
</template>
|
</template>
|
||||||
<template #default>
|
<template #default>
|
||||||
<el-table :data="row.role_workspace">
|
<el-table :data="row.role_workspace">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user