Browse Source

最宽 960

visuddhinanda 3 years ago
parent
commit
f890f6c4b8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      dashboard/src/pages/library/article/show.tsx

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

@@ -86,7 +86,9 @@ const Widget = () => {
         <div
           style={{ width: `calc(100% - ${rightBarWidth})`, display: "flex" }}
         >
-          <div>
+          <div
+            style={{ marginLeft: "auto", marginRight: "auto", maxWidth: 960 }}
+          >
             <Article
               active={true}
               type={type as ArticleType}