Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -212,7 +212,6 @@ onBeforeUnmount(destroySortables)
|
||||
<div class="cat-row major-row">
|
||||
<div class="cat-main">
|
||||
<span class="drag-handle major-handle" title="대분류 순서 변경(소분류 함께 이동)">≡</span>
|
||||
<span class="major-badge">대</span>
|
||||
<input v-model="g.major.name" class="cat-name" @keyup.enter="saveCategory(g.major)" />
|
||||
<IconBtn icon="check" title="저장" size="sm" @click="saveCategory(g.major)" />
|
||||
<IconBtn icon="trash" title="삭제" variant="danger" size="sm" @click="removeCategory(g.major)" />
|
||||
@@ -351,15 +350,6 @@ button.danger {
|
||||
background: var(--color-background-soft);
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
.major-badge {
|
||||
flex: 0 0 auto;
|
||||
font-size: 0.62rem;
|
||||
font-weight: 700;
|
||||
color: hsla(160, 100%, 37%, 1);
|
||||
border: 1px solid hsla(160, 100%, 37%, 0.6);
|
||||
border-radius: 4px;
|
||||
padding: 0.05rem 0.25rem;
|
||||
}
|
||||
.sub-list {
|
||||
list-style: none;
|
||||
padding: 0 0 0 0.4rem;
|
||||
|
||||
Reference in New Issue
Block a user