style: 저장소 탭 가이드 문구를 멤버 탭과 동일한 형식(tab-note)으로 변경
기존 .lede 단락 → 멤버 탭의 안내(정보 아이콘 + 작은 회색 텍스트) 형식으로 통일 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -197,10 +197,23 @@ async function unlinkRepo(repo: ApiRepo) {
|
||||
|
||||
<!-- 안내 + 연동 버튼 -->
|
||||
<div class="repos-head">
|
||||
<p class="lede">
|
||||
이 프로젝트에 코드 저장소를 연동하면 업무를 코드 변경과 연결해 관리할 수 있습니다.
|
||||
한 프로젝트에 여러 저장소를 연동할 수 있습니다.
|
||||
</p>
|
||||
<div class="tab-note">
|
||||
<svg
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<circle
|
||||
cx="12"
|
||||
cy="12"
|
||||
r="10"
|
||||
/><path d="M12 16v-4M12 8h.01" />
|
||||
</svg>
|
||||
이 프로젝트에 코드 저장소를 연동하면 업무를 코드 변경과 연결해 관리할 수 있습니다. 한 프로젝트에 여러 저장소를 연동할 수 있습니다.
|
||||
</div>
|
||||
<button
|
||||
v-if="canManage && !showForm"
|
||||
class="btn primary"
|
||||
@@ -451,15 +464,24 @@ async function unlinkRepo(repo: ApiRepo) {
|
||||
}
|
||||
.repos-head {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
margin: 1.125rem 0 1rem;
|
||||
}
|
||||
.lede {
|
||||
/* 멤버 탭 가이드(.tab-note)와 동일한 형식 */
|
||||
.tab-note {
|
||||
flex: 1;
|
||||
color: var(--text-2);
|
||||
font-size: 0.844rem;
|
||||
line-height: 1.6;
|
||||
font-size: 0.781rem;
|
||||
color: var(--text-3);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.4375rem;
|
||||
}
|
||||
.tab-note svg {
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
color: var(--text-3);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.btn {
|
||||
height: 2.25rem;
|
||||
|
||||
Reference in New Issue
Block a user