style : 버튼 크기 맞추기

This commit is contained in:
Yesol Choi
2025-05-30 15:21:32 +09:00
parent 854c18e2e9
commit 5769633a2c
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ function onInput(row, column){
icon="fas fa-plus" icon="fas fa-plus"
elevated elevated
@click="showTable = !showTable" @click="showTable = !showTable"
style="width: 19%;" style="width: 21.4%;"
> >
견적사 입력 견적사 입력
</VButton> </VButton>

View File

@@ -393,7 +393,7 @@ const moveDown = (index: number) => {
icon="fas fa-plus" icon="fas fa-plus"
elevated elevated
@click="showTable = !showTable" @click="showTable = !showTable"
style="width: 19%;" style="width: 21.4%;"
> >
견적사 입력 견적사 입력
</VButton> </VButton>