lloydzhou 1 年之前
父節點
當前提交
3d5b21154b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/components/artifacts.tsx

+ 1 - 0
app/components/artifacts.tsx

@@ -235,6 +235,7 @@ export function Artifacts() {
         </a>
         <IconButton
           bordered
+          style={{ marginLeft: 20 }}
           icon={<ReloadButtonIcon />}
           shadow
           onClick={() => previewRef.current?.reload()}