diff --git a/frontend/src/components/common/BaseModal.vue b/frontend/src/components/common/BaseModal.vue index f29b4d6..d1a1046 100644 --- a/frontend/src/components/common/BaseModal.vue +++ b/frontend/src/components/common/BaseModal.vue @@ -35,7 +35,15 @@ onBeforeUnmount(() => document.removeEventListener('keydown', onKey)) aria-modal="true" >
-

{{ title }}

+
+

{{ title }}

+
+ +
+
- - - - + +
+ + +
+ 멤버는 담당자로 배정되어 업무를 수행하고, 관리자는 업무 지시와 멤버 관리도 할 수 있습니다. +
+
+ + + + @@ -867,73 +843,17 @@ onUnmounted(() => window.removeEventListener('keydown', onKeydown))