|
|
@ -302,11 +302,12 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
|
|
<SiderBar Headertop={Headertop}/>
|
|
|
|
<SiderBar Headertop={Headertop}/>
|
|
|
|
|
|
|
|
{/* 注释掉了1440 影响到了手机屏幕的展示 */}
|
|
|
|
<style>{
|
|
|
|
<style>{
|
|
|
|
`
|
|
|
|
`
|
|
|
|
.newContainers{
|
|
|
|
.newContainers{
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
min-width: 1440px;
|
|
|
|
/*min-width: 1440px;*/
|
|
|
|
max-width: unset;
|
|
|
|
max-width: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// .-task-sidebar{
|
|
|
|
// .-task-sidebar{
|
|
|
|