Browse Source

style:吸顶距离

yangfeng 1 year ago
parent
commit
e7b4b12cce
3 changed files with 3 additions and 1 deletions
  1. 1 1
      src/App.vue
  2. 1 0
      src/views/reportData/pageMonth.vue
  3. 1 0
      src/views/reportData/pageWeek.vue

+ 1 - 1
src/App.vue

@@ -79,7 +79,7 @@ export default {
 .fixed-nav {
   width: 100%;
   position: fixed !important;
-  top: 63px;
+  top: 53px;
   z-index: 49; // 调整为49,大于49会遮挡工作桌面消息提示浮标
 }
 

+ 1 - 0
src/views/reportData/pageMonth.vue

@@ -1294,6 +1294,7 @@ export default {
       }
       .fixed-nav {
         width: 920px;
+        top: 53px;
         box-shadow: inset 0 -1px 0 0 rgb(0, 0, 0, 0.05);
       }
       .el-tabs__header {

+ 1 - 0
src/views/reportData/pageWeek.vue

@@ -830,6 +830,7 @@ export default {
       }
       .fixed-nav {
         width: 920px;
+        top: 53px;
         box-shadow: inset 0 -1px 0 0 rgb(0, 0, 0, 0.05);
       }
       .el-tabs__header {