mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:32:48 +00:00
style: tagGroup width
This commit is contained in:
parent
1a06264930
commit
6110bf314a
|
|
@ -148,7 +148,7 @@ async function getWorkspaceFormItem() {
|
|||
callback();
|
||||
}
|
||||
},
|
||||
trigger: 'change',
|
||||
trigger: 'blur',
|
||||
},
|
||||
],
|
||||
selectProps: {
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue