软件工厂定位调整

This commit is contained in:
qiukai 2025-03-24 08:27:59 +08:00
parent 58aa033dc5
commit 1d044c6738
2 changed files with 12 additions and 11 deletions

View File

@ -183,8 +183,9 @@ function Index(props){
</div>)
}
export default withRouter((CNotificationHOC()(SnackbarHOC()(TPMIndexHOC(ImageLayerOfCommentHOC({
imgSelector: ".imageLayerParent img, .imageLayerParent .imageTarget",
parentSelector: ".newContainer",
})(Index)))))
);
// export default withRouter((CNotificationHOC()(SnackbarHOC()(TPMIndexHOC(ImageLayerOfCommentHOC({
// imgSelector: ".imageLayerParent img, .imageLayerParent .imageTarget",
// parentSelector: ".newContainer",
// })(Index)))))
// );
export default Index

View File

@ -46,12 +46,12 @@ $blue-color-light: rgba(39, 118, 217, 1);
font-family: "yousheTi";
src: url("./fonts/YouSheBiaoTiHei-2.ttf");
}
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
// position: absolute;
// top: 0;
// right: 0;
// bottom: 0;
// left: 0;
// z-index: 1;
height: 1080px;
width: 1920px;
.home-wrap {