页面调整
parent
d0fab39999
commit
702a73fe2f
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 |
|
|
@ -22,7 +22,7 @@
|
|||
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`.
|
||||
-->
|
||||
<title>小玉潭水库系统管理</title>
|
||||
<title></title>
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -60,11 +60,11 @@ const DashboardLayout: React.FC = () => {
|
|||
findLeafMenu(menu, pathname),
|
||||
], [menu, pathname]);
|
||||
|
||||
useEffect(() => {
|
||||
/*useEffect(() => {
|
||||
if (leafMenu) {
|
||||
document.title = '小玉潭水库 · ' + leafMenu.title
|
||||
}
|
||||
}, [leafMenu]);
|
||||
}, [leafMenu]);*/
|
||||
|
||||
|
||||
if (user === 'failed') {
|
||||
|
|
|
|||
|
|
@ -39,25 +39,25 @@
|
|||
width: 85%;
|
||||
}*/
|
||||
width: 100%;
|
||||
height: 25vh;
|
||||
height: 28vh;
|
||||
background: url("../../../public/assets/syfgrkqk.png") 0 0 no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.tqyb-box1{
|
||||
width: 100%;
|
||||
height: 25vh;
|
||||
height: 26vh;
|
||||
background: url("../../../public/assets/jwnqsl.png") 0 0 no-repeat;
|
||||
background-size: cover;
|
||||
background-size: contain;
|
||||
}
|
||||
.tqyb-box2{
|
||||
width: 100%;
|
||||
height: 24vh;
|
||||
background: url("../../../public/assets/gxzgxnl.png") 0 0 no-repeat;
|
||||
height: 26vh;
|
||||
background: url("../../../public/assets/gxzgxnl.png") 0 -18px no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.tqyb-box3{
|
||||
width: 100%;
|
||||
height: 24vh;
|
||||
height: 26vh;
|
||||
background: url("../../../public/assets/szjc.png") 0 0 no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
width: 23vw;
|
||||
}*/
|
||||
width: 100%;
|
||||
height: 25vh;
|
||||
height: 28vh;
|
||||
background: url("../../../public/assets/afjc.png") 0 0 no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue