
--- client/views/pages/bbsDcry/photo/PicHistoryInsert.vue
+++ client/views/pages/bbsDcry/photo/PicHistoryInsert.vue
... | ... | @@ -68,9 +68,11 @@ |
68 | 68 |
<div v-if="requestDTO.files.length === 0 && multipartFiles.length === 0">선택된 파일이 없습니다.</div> |
69 | 69 |
<!-- 기존 등록된 파일 목록 --> |
70 | 70 |
<div v-for="(file, idx) of requestDTO.files" :key="idx" class="mb-5"> |
71 |
- <input type="radio" name="thumbAt" :id="'oldFile_' + file.fileOrdr" v-model="selectedThumb" :value="file.fileNm"> |
|
72 |
- <label :for="'oldFile_' + file.fileOrdr"> |
|
73 |
- <p>썸네일여부</p> |
|
71 |
+ <div class="flex align-center" style="gap: 10px;"> |
|
72 |
+ <input type="radio" name="thumbAt" :id="'oldFile_' + file.fileOrdr" v-model="selectedThumb" :value="file.fileNm"> |
|
73 |
+ <label :for="'oldFile_' + file.fileOrdr"> |
|
74 |
+ <p>썸네일여부</p></label> |
|
75 |
+ </div > |
|
74 | 76 |
<div class="flex-sp-bw file-wrap"> |
75 | 77 |
<div class="file-name"> |
76 | 78 |
<img src="/client/resources/images/icon/imgicon.png" alt="fileicon"> |
... | ... | @@ -78,7 +80,7 @@ |
78 | 80 |
</div> |
79 | 81 |
<button type="button" class="cancel" @click="fnDelFile('old', file.fileOrdr)"><b>✕</b></button> |
80 | 82 |
</div> |
81 |
- </label> |
|
83 |
+ |
|
82 | 84 |
</div> |
83 | 85 |
<!-- 새로 추가된 파일 목록 --> |
84 | 86 |
<div v-for="(file, idx) of multipartFiles" :key="idx" class="mb-5"> |
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?