Browse Source

样式修改

xjj 2 năm trước cách đây
mục cha
commit
aa4e041535
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>