页面调整
parent
bd0741d159
commit
025282716f
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
|
|
@ -114,6 +114,8 @@ const DashboardLayout: React.FC = () => {
|
||||||
<div className="left-line"></div>
|
<div className="left-line"></div>
|
||||||
<div className="right-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'}>
|
<div className={menuIndexes.length > 1 ? 'content-root content-box' : 'content-root-fs content-box'}>
|
||||||
{
|
{
|
||||||
user ? (
|
user ? (
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,18 @@
|
||||||
padding: 90px 30px 20px 30px;
|
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{
|
.bottom-menu{
|
||||||
width: 45vw;
|
width: 45vw;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
|
@ -118,3 +130,9 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width:1800px){
|
||||||
|
.top-all{
|
||||||
|
zoom:0.9 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue