From 7978a2504c491e67532b63f5ee836642f6187e54 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:20:11 +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 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/components/todo/ListComponent.vue b/src/components/todo/ListComponent.vue index b3332ab..dcc5ff3 100644 --- a/src/components/todo/ListComponent.vue +++ b/src/components/todo/ListComponent.vue @@ -88,15 +88,15 @@ @@ -175,7 +175,11 @@ export default { return { rows: [], fields: [ - { key: 'rowSelect', label: '✓', thStyle: { width: '55px' } }, + { + key: 'rowSelect', + label: '✓', + thStyle: { width: '55px', backgroundColor: 'yellow' } + }, { key: 'id', label: '번호',