mirror of
https://github.com/PlayEdu/backend
synced 2026-02-02 19:41:03 +08:00
登陆页面水印
This commit is contained in:
@@ -13,6 +13,15 @@
|
||||
height: 640px;
|
||||
}
|
||||
}
|
||||
.footer-box {
|
||||
width: 880px;
|
||||
height: auto;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -440px;
|
||||
margin-top: 280px;
|
||||
}
|
||||
.login-box {
|
||||
width: 880px;
|
||||
height: 560px;
|
||||
|
||||
@@ -13,6 +13,7 @@ import {
|
||||
SystemConfigStoreInterface,
|
||||
saveConfigAction,
|
||||
} from "../../store/system/systemConfigSlice";
|
||||
import { Footer } from "../../compenents/footer";
|
||||
|
||||
const LoginPage = () => {
|
||||
const dispatch = useDispatch();
|
||||
@@ -126,6 +127,9 @@ const LoginPage = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles["footer-box"]}>
|
||||
<Footer type="none"></Footer>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user