Explorar el Código

修复项目报表服务中侧边缩进条错位的问题

seyason hace 2 años
padre
commit
b97b5ac1e3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue

@@ -939,7 +939,7 @@
                 width: 80%;
                 overflow-y: auto;
                 overflow-x: hidden;
-                position: relative;
+                // position: relative;
                 .breadcrumb-container {
                     .title {
                         width: 200px;
@@ -953,7 +953,7 @@
                 .content-wrapper {
                     background-color: #fff;
                     box-sizing: border-box;
-                    position: relative;
+                    // position: relative;
                 }
             }
         }