style: update action-buttons component to use w-fit class for improved layout
parent
27af49a1b7
commit
14a15347e1
|
@ -125,7 +125,7 @@ const handleMenuClick = (e: any) => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="m-table-action">
|
<div class="m-table-action w-fit">
|
||||||
<Space :size="2">
|
<Space :size="2">
|
||||||
<template v-for="(action, index) in getActions" :key="index">
|
<template v-for="(action, index) in getActions" :key="index">
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
|
|
Loading…
Reference in New Issue