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>
|
||||
|
||||
<template>
|
||||
<div class="m-table-action">
|
||||
<div class="m-table-action w-fit">
|
||||
<Space :size="2">
|
||||
<template v-for="(action, index) in getActions" :key="index">
|
||||
<Popconfirm
|
||||
|
|
Loading…
Reference in New Issue