浏览代码

样式修改

xjj 2 年之前
父节点
当前提交
aa4e041535
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/PageContent/index.js

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

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