|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2022-01-06 15:25:39
|
|
* @Date: 2022-01-06 15:25:39
|
|
- * @LastEditTime: 2023-06-16 11:22:59
|
|
|
|
|
|
+ * @LastEditTime: 2023-06-16 17:54:38
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @FilePath: /KC-MiddlePlatform/src/pages/platform/_layout.tsx
|
|
* @FilePath: /KC-MiddlePlatform/src/pages/platform/_layout.tsx
|
|
@@ -314,7 +314,7 @@ export default function Layout({ children, location, route, history, match, ...r
|
|
<title>精益管理中台</title>
|
|
<title>精益管理中台</title>
|
|
</Helmet>
|
|
</Helmet>
|
|
|
|
|
|
- <div className="page" style={{ height: 'calc(100vh - 80px)', overflowY: 'scroll',minWidth:'1280px' }}>
|
|
|
|
|
|
+ <div className="page" style={{ height: 'calc(100vh - 80px)', overflowY: 'scroll'}}>
|
|
{children}
|
|
{children}
|
|
</div>
|
|
</div>
|
|
</PageContainer>
|
|
</PageContainer>
|