mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 07:23:50 +09:00
전체 사이즈 zoom 1.4 회원가입 로직 개선
This commit is contained in:
@@ -113,7 +113,7 @@ watch(params, (newValue) => {
|
||||
title="견적 수정"
|
||||
actions="center"
|
||||
cancel-label="취소"
|
||||
size="wide-large"
|
||||
size="full"
|
||||
@close="updateModal = false"
|
||||
>
|
||||
<template #content>
|
||||
@@ -140,7 +140,7 @@ watch(params, (newValue) => {
|
||||
title="견적 상세보기"
|
||||
actions="center"
|
||||
cancel-label="취소"
|
||||
size="wide-large"
|
||||
size="full"
|
||||
@close="viewModal = false"
|
||||
>
|
||||
<template #content>
|
||||
@@ -159,5 +159,7 @@ watch(params, (newValue) => {
|
||||
.text-center {
|
||||
text-align:center !important;
|
||||
}
|
||||
|
||||
.modal-card-body {
|
||||
height: 50vh;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user