bianjiang vor 1 Jahr
Ursprung
Commit
f15d154d61
2 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 0 2
      src/views/admin/components/WangEditor.tsx
  2. 1 1
      src/views/admin/index/index.tsx

+ 0 - 2
src/views/admin/components/WangEditor.tsx

@@ -176,8 +176,6 @@ const EditorPage = css`
     }
   }
   #editor-container {
-    /* height: 500px; */
     height: calc(100% - 41px);
-    min-height: 500px;
   }
 `;

+ 1 - 1
src/views/admin/index/index.tsx

@@ -37,7 +37,7 @@ const PageRoot = css`
     width: 100%;
     padding: 88px 24px 24px 224px;
     .ant-page-header {
-      padding: 16px 0;
+      padding: 0 0 15px;
     }
   }
 `;