소스 검색

:fire: style={{ display: "flex" }}

visuddhinanda 2 년 전
부모
커밋
38e464017c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/pages/library/article/show.tsx

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

@@ -127,7 +127,7 @@ const Widget = () => {
             <NetStatus style={{ color: "white" }} />
             <NetStatus style={{ color: "white" }} />
           </Space>
           </Space>
           <div></div>
           <div></div>
-          <Space key="right" style={{ display: "flex" }}>
+          <Space key="right">
             {type === "article" && loadedArticleData ? (
             {type === "article" && loadedArticleData ? (
               <Button
               <Button
                 ghost
                 ghost