diff --git a/src/components/todo/ListComponent.vue b/src/components/todo/ListComponent.vue index 52c224a..b3332ab 100644 --- a/src/components/todo/ListComponent.vue +++ b/src/components/todo/ListComponent.vue @@ -210,7 +210,7 @@ export default { { key: 'createdAt', label: '등록일', - thStyle: { width: '105px' }, + thStyle: { width: '125px' }, formatter: (value) => { return value.replace( /([0-9]{4})-([0-9]{2})-([0-9]{2}).*/gi,