style: update action-buttons component to use w-fit class for improved layout

pull/52/head
chenminjie 2024-11-27 20:38:43 +08:00
parent 27af49a1b7
commit 14a15347e1
1 changed files with 1 additions and 1 deletions

View File

@ -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