软件工厂定位调整
This commit is contained in:
parent
58aa033dc5
commit
1d044c6738
|
@ -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
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue