mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 09:13:30 +09:00
style : UI 맞추기 및 요구사항 반영
This commit is contained in:
@@ -651,8 +651,8 @@ const moveDown = (index: number) => {
|
||||
</VField>
|
||||
</span>
|
||||
<span v-else-if="column.key === 'actions'" class="flex gap-1">
|
||||
<VCustomButton v-if="index != 1" @click="moveUp(index)" icon="lucide:chevron-up" />
|
||||
<VCustomButton @click="moveDown(index)" icon="lucide:chevron-down" />
|
||||
<VCustomButton v-if="index != 1" @click="moveUp(index)" icon="lucide:arrow-up" />
|
||||
<VCustomButton @click="moveDown(index)" icon="lucide:arrow-down" />
|
||||
<VCustomButton @click="onPriceDelete(index)">{{"삭제"}}</VCustomButton>
|
||||
</span>
|
||||
<span v-else>{{value}}</span>
|
||||
@@ -745,4 +745,8 @@ const moveDown = (index: number) => {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
.iconify {
|
||||
font-size: 16px; /* 크기 조절 */
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user