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: '번호',