软件工厂定位调整

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>) </div>)
} }
export default withRouter((CNotificationHOC()(SnackbarHOC()(TPMIndexHOC(ImageLayerOfCommentHOC({ // export default withRouter((CNotificationHOC()(SnackbarHOC()(TPMIndexHOC(ImageLayerOfCommentHOC({
imgSelector: ".imageLayerParent img, .imageLayerParent .imageTarget", // imgSelector: ".imageLayerParent img, .imageLayerParent .imageTarget",
parentSelector: ".newContainer", // parentSelector: ".newContainer",
})(Index))))) // })(Index)))))
); // );
export default Index

View File

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