diff --git a/src/components/list/ProjectCard.vue b/src/components/list/ProjectCard.vue index f7eeca4..b25f050 100644 --- a/src/components/list/ProjectCard.vue +++ b/src/components/list/ProjectCard.vue @@ -23,7 +23,7 @@
참여자
- +
@@ -110,11 +110,26 @@ :is-essential="true" :is-label="true" :is-common="true" + :is-color="true" :data="allColors" :value="selectedProject.PROJCTCOL" @update:data="selectedProject.PROJCTCOL = $event" /> +
+ +
+ +
+
+ diff --git a/src/layouts/TheTop.vue b/src/layouts/TheTop.vue index 54e8c9e..2074daa 100644 --- a/src/layouts/TheTop.vue +++ b/src/layouts/TheTop.vue @@ -10,13 +10,13 @@