
+++ client/resources/images/playbtn.png
Binary file is not shown |
--- client/views/pages/bbsDcryVideo/VideoHistorySearch.vue
+++ client/views/pages/bbsDcryVideo/VideoHistorySearch.vue
... | ... | @@ -23,8 +23,8 @@ |
23 | 23 |
<p>총 <b>{{ searchReqDTO.totalRecordCount }}개</b>의 영상 기록물이 검색되었습니다. </p> |
24 | 24 |
</div> |
25 | 25 |
<div class="flex"> |
26 |
- <div v-if="searchResult.length > 0"> |
|
27 |
- <button type="button" @click="fnDownload">다운로드</button> |
|
26 |
+ <div v-if="searchResult.length > 0" class="download-btn" style="margin-right: 2rem;"> |
|
27 |
+ <button type="button" @click="fnDownload" class=" btn_sm "></button> |
|
28 | 28 |
</div> |
29 | 29 |
<ul class="tab-box mb-20"> |
30 | 30 |
<li v-for="(tab, idx) in tabs" :key="idx" class="tab-title" :class="{ active: selectedTabId === tab.id }" |
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?