liushengqiang 2 years ago
parent
commit
3c50a6dea3
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/page-instrument/custom-plugins/work-home/index.module.less

+ 3 - 2
src/page-instrument/custom-plugins/work-home/index.module.less

@@ -1,7 +1,7 @@
 .homework{
     position: fixed;
-    left: 10px;
-    top: 60px;
+    left: 14px;
+    top: 64px;
     background-color: rgba(0, 0, 0, .6);
     border-radius: 20px;
     font-size: 14px;
@@ -9,4 +9,5 @@
     padding: 5px 8px;
     line-height: 1;
     font-weight: 300;
+    z-index: 100;
 }