misc: 턴 선택기에서 커맨드 항목 높이를 조절 및 가운데 정렬
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
@click="close(commandItem.value)"
|
@click="close(commandItem.value)"
|
||||||
>
|
>
|
||||||
<div class="commandItem">
|
<div class="commandItem">
|
||||||
|
<div class="commandBody">
|
||||||
<p :class="['center', 'my-0', commandItem.possible ? '' : 'commandImpossible']">
|
<p :class="['center', 'my-0', commandItem.possible ? '' : 'commandImpossible']">
|
||||||
{{ commandItem.simpleName }}
|
{{ commandItem.simpleName }}
|
||||||
<span v-if="commandItem.compensation > 0" class="compensatePositive">▲</span>
|
<span v-if="commandItem.compensation > 0" class="compensatePositive">▲</span>
|
||||||
@@ -47,6 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div v-if="!hideClose" class="commandBottom row mt-1 mb-1">
|
<div v-if="!hideClose" class="commandBottom row mt-1 mb-1">
|
||||||
<div class="offset-8 col-4 d-grid">
|
<div class="offset-8 col-4 d-grid">
|
||||||
<BButton @click="close()"> 닫기 </BButton>
|
<BButton @click="close()"> 닫기 </BButton>
|
||||||
@@ -207,5 +209,10 @@ defineExpose({
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
min-height: 2.8em;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user