diff --git a/app/components/app/divison/list-cfg.ts b/app/components/app/divison/list-cfg.ts
index 509b47ee..58094521 100644
--- a/app/components/app/divison/list-cfg.ts
+++ b/app/components/app/divison/list-cfg.ts
@@ -71,6 +71,9 @@ export const funcComponent: RecStrFuncComponent = {
idx,
rec: rec as object,
component: action,
+ props: {
+ size: 'sm',
+ },
}
return res
},
diff --git a/app/components/pub/base/data-table/data-table.vue b/app/components/pub/base/data-table/data-table.vue
index 8bc50758..b18ab8f8 100644
--- a/app/components/pub/base/data-table/data-table.vue
+++ b/app/components/pub/base/data-table/data-table.vue
@@ -55,7 +55,9 @@ v-for="(h, idx) in header[0]" :key="`head-${idx}`" class="border"
diff --git a/app/components/pub/custom-ui/data/dropdown-action-ud.vue b/app/components/pub/custom-ui/data/dropdown-action-ud.vue
index 0ef020d7..a1c05c7b 100644
--- a/app/components/pub/custom-ui/data/dropdown-action-ud.vue
+++ b/app/components/pub/custom-ui/data/dropdown-action-ud.vue
@@ -1,9 +1,14 @@