页面调整

main
weiying 2023-12-20 22:41:53 +08:00
parent d0fab39999
commit 702a73fe2f
5 changed files with 10 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 KiB

After

Width:  |  Height:  |  Size: 568 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>小玉潭水库系统管理</title> <title></title>
</head> </head>

View File

@ -60,11 +60,11 @@ const DashboardLayout: React.FC = () => {
findLeafMenu(menu, pathname), findLeafMenu(menu, pathname),
], [menu, pathname]); ], [menu, pathname]);
useEffect(() => { /*useEffect(() => {
if (leafMenu) { if (leafMenu) {
document.title = '小玉潭水库 · ' + leafMenu.title document.title = '小玉潭水库 · ' + leafMenu.title
} }
}, [leafMenu]); }, [leafMenu]);*/
if (user === 'failed') { if (user === 'failed') {

View File

@ -39,25 +39,25 @@
width: 85%; width: 85%;
}*/ }*/
width: 100%; width: 100%;
height: 25vh; height: 28vh;
background: url("../../../public/assets/syfgrkqk.png") 0 0 no-repeat; background: url("../../../public/assets/syfgrkqk.png") 0 0 no-repeat;
background-size: cover; background-size: cover;
} }
.tqyb-box1{ .tqyb-box1{
width: 100%; width: 100%;
height: 25vh; height: 26vh;
background: url("../../../public/assets/jwnqsl.png") 0 0 no-repeat; background: url("../../../public/assets/jwnqsl.png") 0 0 no-repeat;
background-size: cover; background-size: contain;
} }
.tqyb-box2{ .tqyb-box2{
width: 100%; width: 100%;
height: 24vh; height: 26vh;
background: url("../../../public/assets/gxzgxnl.png") 0 0 no-repeat; background: url("../../../public/assets/gxzgxnl.png") 0 -18px no-repeat;
background-size: cover; background-size: cover;
} }
.tqyb-box3{ .tqyb-box3{
width: 100%; width: 100%;
height: 24vh; height: 26vh;
background: url("../../../public/assets/szjc.png") 0 0 no-repeat; background: url("../../../public/assets/szjc.png") 0 0 no-repeat;
background-size: cover; background-size: cover;
} }
@ -68,7 +68,7 @@
width: 23vw; width: 23vw;
}*/ }*/
width: 100%; width: 100%;
height: 25vh; height: 28vh;
background: url("../../../public/assets/afjc.png") 0 0 no-repeat; background: url("../../../public/assets/afjc.png") 0 0 no-repeat;
background-size: cover; background-size: cover;
} }