页面调整

main
weiying 2023-12-20 23:14:45 +08:00
parent bd0741d159
commit 025282716f
3 changed files with 20 additions and 0 deletions

BIN
public/assets/top-all.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -114,6 +114,8 @@ const DashboardLayout: React.FC = () => {
<div className="left-line"></div>
<div className="right-line"></div>
<div className="top-all"></div>
<div className={menuIndexes.length > 1 ? 'content-root content-box' : 'content-root-fs content-box'}>
{
user ? (

View File

@ -72,6 +72,18 @@
padding: 90px 30px 20px 30px;
}
.top-all{
background: url("../../../public/assets/top-all.png") 0 50px no-repeat;
background-size: contain;
width: 1240px;
height: 159px;
position: absolute;
top: 120px;
z-index: 100;
zoom: 0.5;
left: 28%;
}
.bottom-menu{
width: 45vw;
height: 90px;
@ -118,3 +130,9 @@
background-color: #fff;
padding: 20px;
}
@media screen and (min-width:1800px){
.top-all{
zoom:0.9 !important;
}
}