Skip to content

Commit 07b35ea

Browse files
authored
Merge pull request #41 from souzip/develop
refactor: 모바일 뷰 수정
2 parents a292ce3 + 6ec2f02 commit 07b35ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/admin/EditCityModal.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div v-if="isOpen" class="modal-overlay" @click.self="close">
55
<div class="modal-container">
66
<div class="modal-header">
7-
<h3 class="modal-title">도시 이름 수정</h3>
7+
<h3 class="modal-title">도시 수정</h3>
88
<button type="button" class="close-button" @click="close">✕</button>
99
</div>
1010

@@ -207,6 +207,7 @@ function handleSubmit() {
207207
font-weight: 500;
208208
cursor: pointer;
209209
transition: all 0.15s;
210+
width: 100%;
210211
}
211212
212213
.btn-cancel {

0 commit comments

Comments
 (0)