visuddhinanda 2 yıl önce
ebeveyn
işleme
8a3e688b27
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      dashboard/src/pages/library/article/show.tsx

+ 2 - 2
dashboard/src/pages/library/article/show.tsx

@@ -130,7 +130,7 @@ const Widget = () => {
             <NetStatus style={{ color: "white" }} />
           </div>
           <div></div>
-          <Space key="right">
+          <div style={{ display: "flex" }} key="right">
             {type === "article" && loadedArticleData ? (
               <Button
                 ghost
@@ -193,7 +193,7 @@ const Widget = () => {
                 }
               />
             </Tooltip>
-          </Space>
+          </div>
         </Header>
       </Affix>
       <div style={{ width: "100%", display: "flex" }}>