From df0d5d370d04b8f7972ae28523f8188f54df3d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 2 Sep 2022 19:04:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=952...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/todo/ListComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,