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"