From 1d044c673848a6633bf1473b5c326e325664431a Mon Sep 17 00:00:00 2001 From: qiukai <1234567@qq.com> Date: Mon, 24 Mar 2025 08:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=B7=A5=E5=8E=82=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/SoftwareFactory/index.jsx | 11 ++++++----- src/forge/SoftwareFactory/index.scss | 12 ++++++------ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/forge/SoftwareFactory/index.jsx b/src/forge/SoftwareFactory/index.jsx index 6f29e8556..74c1d4ac6 100644 --- a/src/forge/SoftwareFactory/index.jsx +++ b/src/forge/SoftwareFactory/index.jsx @@ -183,8 +183,9 @@ function Index(props){ ) } -export default withRouter((CNotificationHOC()(SnackbarHOC()(TPMIndexHOC(ImageLayerOfCommentHOC({ - imgSelector: ".imageLayerParent img, .imageLayerParent .imageTarget", - parentSelector: ".newContainer", - })(Index))))) - ); \ No newline at end of file +// export default withRouter((CNotificationHOC()(SnackbarHOC()(TPMIndexHOC(ImageLayerOfCommentHOC({ +// imgSelector: ".imageLayerParent img, .imageLayerParent .imageTarget", +// parentSelector: ".newContainer", +// })(Index))))) +// ); +export default Index \ No newline at end of file diff --git a/src/forge/SoftwareFactory/index.scss b/src/forge/SoftwareFactory/index.scss index b3d3e7be6..c20a22c7a 100644 --- a/src/forge/SoftwareFactory/index.scss +++ b/src/forge/SoftwareFactory/index.scss @@ -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 {