fix : 가격조사 상세폼

- 전송여부: 미전송 버튼 -> 실패 텍스트
 - 스타일 정렬수정
 - 재전송여부 조건추가 (0200)
This commit is contained in:
Kasi
2025-05-29 10:06:26 +09:00
parent 2d2931a2fb
commit bdf7b023cb
6 changed files with 297 additions and 108 deletions

View File

@@ -354,6 +354,10 @@ function onInput(event) {
}
.button.v-button {
padding: 0px 0px;
}
.bottom-button {
text-align: center;
button {
@@ -362,6 +366,7 @@ function onInput(event) {
font-weight: bold;
border-color: var(--primary);
color: white;
padding: 0.5rem 1rem !important;
}
}
button:nth-child(2) {
@@ -375,9 +380,6 @@ button:nth-child(3) {
margin: 0px 0px;
}
.button.v-button {
padding: 0px 0px;
}
.disabled-button {
//opacity: 0.5;