style: 오른쪽으로 버튼이동 완료

This commit is contained in:
Yesol Choi
2025-05-26 14:25:04 +09:00
parent 41e23c2b0b
commit 92896faa2c
2 changed files with 5 additions and 1 deletions

View File

@@ -495,12 +495,14 @@ function onInput(row, column){
</template>
</ComVFlexTable>
</div>
<div style="display: flex; justify-content: flex-end; gap: 8px; margin-top: 10px;">
<VButton
color="primary"
@click.stop="savePriceOne"
raised>
등록
</VButton>
</div>
</div>
</div>
</template>