최정임 최정임 05-29
250529 최정임 css 수정
@b8a6a716351362d13ba86c9839381b7e5700cffc
 
client/resources/images/playbtn.png (Binary) (added)
+++ client/resources/images/playbtn.png
Binary file is not shown
client/views/pages/bbsDcryVideo/VideoHistorySearch.vue
--- client/views/pages/bbsDcryVideo/VideoHistorySearch.vue
+++ client/views/pages/bbsDcryVideo/VideoHistorySearch.vue
@@ -23,8 +23,8 @@
             <p>총 <b>{{ searchReqDTO.totalRecordCount }}개</b>의 영상 기록물이 검색되었습니다. </p>
           </div>
           <div class="flex">
-            <div v-if="searchResult.length > 0">
-              <button type="button" @click="fnDownload">다운로드</button>
+            <div v-if="searchResult.length > 0" class="download-btn" style="margin-right: 2rem;">
+              <button type="button" @click="fnDownload" class=" btn_sm "></button>
             </div>
             <ul class="tab-box mb-20">
               <li v-for="(tab, idx) in tabs" :key="idx" class="tab-title" :class="{ active: selectedTabId === tab.id }"
Add a comment
List