From c121775806f4f722d3f87dc899a4dc11c7d193c8 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:03:18 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 },