mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
style : 버튼 크기 맞추기
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user