瀏覽代碼

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>