From d8c5c7047b638f931e9b4524468b73ed6e729d97 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 21 三月 2025 10:57:46 +0800 Subject: [PATCH] 121 --- rsf-admin/src/page/login/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/login/index.jsx b/rsf-admin/src/page/login/index.jsx index 5ac8662..17c3f9c 100644 --- a/rsf-admin/src/page/login/index.jsx +++ b/rsf-admin/src/page/login/index.jsx @@ -113,9 +113,9 @@ <Login systemInfo={systemInfo} tenantList={tenantList} /> )} - <Box mb={1} sx={{ textAlign: 'center' }}> + {/* <Box mb={1} sx={{ textAlign: 'center' }}> <Typography variant="caption" align="center">{translate("page.login.footer")}</Typography> - </Box> + </Box> */} </Card> </Box > ); -- Gitblit v1.9.1