Browse Source

样式修改

xjj 2 years ago
parent
commit
aa4e041535
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/PageContent/index.js

+ 1 - 1
src/components/PageContent/index.js

@@ -9,7 +9,7 @@ export default (props) => {
     <div>
     <div>
       <PageContainer header={{ title: null }} {...props}>
       <PageContainer header={{ title: null }} {...props}>
         <ProCard
         <ProCard
-          style={{ minHeight: 'calc(100vh - 150px)', overflowY: 'auto' }}
+          style={{ minHeight: 'calc(100vh - 170px)', overflowY: 'auto' }}
         >
         >
           {props.children}
           {props.children}
         </ProCard>
         </ProCard>