diff --git a/public/assets/top-all.png b/public/assets/top-all.png
new file mode 100644
index 0000000..4fa2a91
Binary files /dev/null and b/public/assets/top-all.png differ
diff --git a/src/components/DashboardLayout/index.tsx b/src/components/DashboardLayout/index.tsx
index f96f07b..71a3788 100644
--- a/src/components/DashboardLayout/index.tsx
+++ b/src/components/DashboardLayout/index.tsx
@@ -114,6 +114,8 @@ const DashboardLayout: React.FC = () => {
+
+
1 ? 'content-root content-box' : 'content-root-fs content-box'}>
{
user ? (
diff --git a/src/components/DashboardLayout/style.less b/src/components/DashboardLayout/style.less
index c8466ce..8a1d518 100644
--- a/src/components/DashboardLayout/style.less
+++ b/src/components/DashboardLayout/style.less
@@ -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;
@@ -117,4 +129,10 @@
.content-body {
background-color: #fff;
padding: 20px;
+}
+
+@media screen and (min-width:1800px){
+ .top-all{
+ zoom:0.9 !important;
+ }
}
\ No newline at end of file