
--- client/views/pages/bbsDcry/photo/PicHistoryInsert.vue
+++ client/views/pages/bbsDcry/photo/PicHistoryInsert.vue
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 |
<div class="flex align-center" style="gap: 10px;"> |
72 | 72 |
<input type="radio" name="thumbAt" :id="'oldFile_' + file.fileOrdr" v-model="selectedThumb" :value="file.fileNm"> |
73 | 73 |
<label :for="'oldFile_' + file.fileOrdr"> |
74 |
- <p>썸네일여부</p></label> |
|
74 |
+ <p>대표사진 지정</p></label> |
|
75 | 75 |
</div > |
76 | 76 |
<div class="flex-sp-bw file-wrap"> |
77 | 77 |
<div class="file-name"> |
... | ... | @@ -84,9 +84,11 @@ |
84 | 84 |
</div> |
85 | 85 |
<!-- 새로 추가된 파일 목록 --> |
86 | 86 |
<div v-for="(file, idx) of multipartFiles" :key="idx" class="mb-5"> |
87 |
- <input type="radio" name="thumbAt" :id="'newFile_' + idx" v-model="selectedThumb" :value="file.name"> |
|
88 |
- <label :for="'newFile_' + idx"> |
|
89 |
- <p>썸네일여부</p> |
|
87 |
+ <div class="flex align-center" style="gap: 10px;"> |
|
88 |
+ <input type="radio" name="thumbAt" :id="'newFile_' + idx" v-model="selectedThumb" :value="file.name"> |
|
89 |
+ <label :for="'newFile_' + idx"> |
|
90 |
+ <p>대표사진 지정</p></label> |
|
91 |
+ </div > |
|
90 | 92 |
<div class="flex-sp-bw file-wrap"> |
91 | 93 |
<div class="file-name"> |
92 | 94 |
<img src="/client/resources/images/icon/imgicon.png" alt="fileicon"> |
... | ... | @@ -94,7 +96,7 @@ |
94 | 96 |
</div> |
95 | 97 |
<button type="button" class="cancel" @click="fnDelFile('new', idx)"><b>✕</b></button> |
96 | 98 |
</div> |
97 |
- </label> |
|
99 |
+ |
|
98 | 100 |
</div> |
99 | 101 |
</div> |
100 | 102 |
</li> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?