visuddhinanda 2 лет назад
Родитель
Сommit
b5d1807d34
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/pages/library/article/show.tsx

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

@@ -125,10 +125,10 @@ const Widget = () => {
             padding: "5px",
           }}
         >
-          <Space>
+          <div style={{ display: "flex" }}>
             <MainMenu />
             <NetStatus style={{ color: "white" }} />
-          </Space>
+          </div>
           <div></div>
           <Space key="right">
             {type === "article" && loadedArticleData ? (