소스 검색

最宽 960

visuddhinanda 3 년 전
부모
커밋
f890f6c4b8
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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}