mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 15:33:33 +09:00
fix : 가격조사 상세폼
- 전송여부: 미전송 버튼 -> 실패 텍스트 - 스타일 정렬수정 - 재전송여부 조건추가 (0200)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user