Browse Source

编辑区域宽度改为 1200

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

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

@@ -108,7 +108,7 @@ const Widget = () => {
         >
         >
           <div
           <div
             key="Article"
             key="Article"
-            style={{ marginLeft: "auto", marginRight: "auto", width: 960 }}
+            style={{ marginLeft: "auto", marginRight: "auto", width: 1200 }}
           >
           >
             <Article
             <Article
               active={true}
               active={true}