style: 업무 작성 화면 할 일 추천 문구 정리

- 버튼의 반짝임 아이콘 제거, 문구를 'AI 추천' → '할 일 추천' 으로 변경
- 추천 모달 제목·aria-label 도 같은 문구로 통일
- 아이콘 제거로 쓰이지 않게 된 CSS 규칙 정리

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-21 23:03:29 +09:00
parent 2ad0629975
commit d110790385
+5 -22
View File
@@ -570,20 +570,7 @@ function goBack() {
title="프로젝트·업무 내용을 분석해 할 일을 추천합니다"
@click="requestAiSuggestions"
>
<svg
width="15"
height="15"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 3 13.4 8.6 19 10l-5.6 1.4L12 17l-1.4-5.6L5 10l5.6-1.4Z" />
<path d="M18 16l.7 2.3L21 19l-2.3.7L18 22l-.7-2.3L15 19l2.3-.7Z" />
</svg>
{{ aiSuggesting ? '분석 중…' : 'AI 추천' }}
{{ aiSuggesting ? '분석 중…' : '할 일 추천' }}
</button>
<button
class="btn primary"
@@ -817,7 +804,7 @@ function goBack() {
>
</div>
<!-- AI 추천 모달 -->
<!-- 추천 모달 -->
<Teleport to="body">
<div
v-if="aiSuggesting || aiSuggestions || aiError"
@@ -828,7 +815,7 @@ function goBack() {
class="ai-modal"
role="dialog"
aria-modal="true"
aria-label="AI 추천 "
aria-label=" 추천"
>
<!-- 헤더 -->
<div class="ai-head">
@@ -844,7 +831,7 @@ function goBack() {
</div>
<div class="ai-htext">
<div class="ai-title">
AI 추천 <span class="auto">자동 생성</span>
추천 <span class="auto">자동 생성</span>
</div>
<div class="ai-sub">
<template v-if="aiSuggesting">
@@ -1400,10 +1387,6 @@ function goBack() {
opacity: 0.55;
cursor: default;
}
.btn.ai svg {
width: 0.9375rem;
height: 0.9375rem;
}
/* 레이아웃 */
.layout {
@@ -1742,7 +1725,7 @@ function goBack() {
color: var(--text-3);
}
/* AI 추천 할 일 */
/* 할 일 추천 */
.ai-overlay {
position: fixed;
inset: 0;