visuddhinanda 3 лет назад
Родитель
Сommit
56df1aac38
1 измененных файлов с 9 добавлено и 3 удалено
  1. 9 3
      dashboard/src/components/article/ArticleView.tsx

+ 9 - 3
dashboard/src/components/article/ArticleView.tsx

@@ -63,9 +63,15 @@ const Widget = ({
   }
   return (
     <>
-      <Button shape="round" size="small" icon={<ReloadOutlined />}>
-        刷新
-      </Button>
+      <div style={{ textAlign: "right" }}>
+        <Button
+          type="link"
+          shape="round"
+          size="small"
+          icon={<ReloadOutlined />}
+        />
+      </div>
+
       <div>
         <TocPath data={path} channel={channels} />