浏览代码

test

master
kelvin.yau 3 个月前
父节点
当前提交
ea82bcbc7e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/components/LoginPage/LoginPage.tsx

+ 1
- 1
src/components/LoginPage/LoginPage.tsx 查看文件

@@ -12,7 +12,7 @@ const LoginPage = () => {
<Box sx={{ <Box sx={{
backgroundImage: "url('logo/HomepageLogo.png')", backgroundImage: "url('logo/HomepageLogo.png')",
backgroundRepeat: "no-repeat", backgroundRepeat: "no-repeat",
backgroundSize: "75% 40%",
backgroundSize: "60% 40%",
width: "100%", width: "100%",
height: "100%", height: "100%",
backgroundPosition: "center", backgroundPosition: "center",


正在加载...
取消
保存