Преглед изворни кода

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

seyason пре 2 година
родитељ
комит
b97b5ac1e3
1 измењених фајлова са 2 додато и 2 уклоњено
  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;
                 }
             }
         }