File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1111 class =" flex flex-col text-xs gap-1"
1212 v-if =" type === 'COMMENT'" >
1313 <span >
14- <span class =" font-bold text-primary1" >"{{ title }}"" </span > 작업에 새로운 댓글이
14+ <span class =" font-bold text-primary1" >"{{ title }}"</span > 작업에 새로운 댓글이
1515 추가되었습니다
1616 </span >
17- <span class =" font-bold text-body" >"{{ message }}"</span >
17+ <span class =" font-bold text-body line-clamp-2 " >"{{ message }}"</span >
1818 </div >
1919 <div
20- class =" flex flex-col text-xs gap-1 "
20+ class =" text-xs"
2121 v-else-if =" type === 'TASK_REQUESTED'" >
22- <span >새 작업이 요청되었습니다</span >
23- <span class =" font-bold text-primary1" >"{{ title }}"</span >
22+ <span class =" font-bold text-primary1" >"{{ title }}"</span > 작업이 요청되었습니다
2423 </div >
2524 <div
2625 class =" text-xs"
Original file line number Diff line number Diff line change 22 <div
33 v-if =" isOpen"
44 @click.stop
5- class =" absolute right-6 top-[calc(100%+16px)] h-60 w-80 bg-white rounded-lg shadow-custom overflow-hidden flex flex-col" >
5+ class =" absolute right-6 top-[calc(100%+16px)] h-[400px] w-[400px] bg-white rounded-lg shadow-custom overflow-hidden flex flex-col" >
66 <div class =" flex justify-between items-center px-4 pt-3 pb-2 border-b border-border-2" >
77 <p class =" text-body font-bold text-xs" >알림</p >
88 <div class =" flex items-center gap-2" >
You can’t perform that action at this time.
0 commit comments