diff --git a/src/components/todo/ListComponent.vue b/src/components/todo/ListComponent.vue index f8fe692..52c224a 100644 --- a/src/components/todo/ListComponent.vue +++ b/src/components/todo/ListComponent.vue @@ -88,15 +88,15 @@ @@ -179,7 +179,7 @@ export default { { key: 'id', label: '번호', - thStyle: { width: '65px' }, + thStyle: { width: '75px' }, variant: 'primary', sortable: true },