전체 사이즈 zoom 1.4 회원가입 로직 개선

This commit is contained in:
2025-05-29 05:38:56 +00:00
parent 585954474a
commit 6fac886075
29 changed files with 9654 additions and 130 deletions

View File

@@ -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>