mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
style : 버튼 크기 맞추기
This commit is contained in:
@@ -296,7 +296,7 @@ function onInput(row, column){
|
||||
icon="fas fa-plus"
|
||||
elevated
|
||||
@click="showTable = !showTable"
|
||||
style="width: 19%;"
|
||||
style="width: 21.4%;"
|
||||
>
|
||||
견적사 입력
|
||||
</VButton>
|
||||
|
||||
@@ -393,7 +393,7 @@ const moveDown = (index: number) => {
|
||||
icon="fas fa-plus"
|
||||
elevated
|
||||
@click="showTable = !showTable"
|
||||
style="width: 19%;"
|
||||
style="width: 21.4%;"
|
||||
>
|
||||
견적사 입력
|
||||
</VButton>
|
||||
|
||||
Reference in New Issue
Block a user