We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a292ce3 + 6ec2f02 commit 07b35eaCopy full SHA for 07b35ea
1 file changed
src/components/admin/EditCityModal.vue
@@ -4,7 +4,7 @@
4
<div v-if="isOpen" class="modal-overlay" @click.self="close">
5
<div class="modal-container">
6
<div class="modal-header">
7
- <h3 class="modal-title">도시 이름 수정</h3>
+ <h3 class="modal-title">도시 수정</h3>
8
<button type="button" class="close-button" @click="close">✕</button>
9
</div>
10
@@ -207,6 +207,7 @@ function handleSubmit() {
207
font-weight: 500;
208
cursor: pointer;
209
transition: all 0.15s;
210
+ width: 100%;
211
}
212
213
.btn-cancel {
0 commit comments