소스 검색

fix:修复多媒体采集刷新按钮显示问题

luoxiao 3 달 전
부모
커밋
67fd6eadd7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/pro-steps/components/duomeiticaiji.vue

+ 3 - 1
src/views/pro-steps/components/duomeiticaiji.vue

@@ -18,12 +18,14 @@
           fit="cover"
         />
       </div>
-      <RefreshRight
+      <div style="width: 70px;height: 70px;display: inline;">
+        <RefreshRight
         color="#0a59f7"
         size="70px"
         class="refresh-btn"
         @click="clickReset"
       />
+      </div>
     </div>
   </el-scrollbar>
 </template>