Browse Source

fix: #8734 bug修复

TIANYONG 1 year ago
parent
commit
8400fc732f
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/page-instrument/view-detail/index.module.less

+ 9 - 0
src/page-instrument/view-detail/index.module.less

@@ -27,6 +27,15 @@
         &.headHide {
         &.headHide {
             margin-top: calc(0Px - var(--header-height));
             margin-top: calc(0Px - var(--header-height));
         }
         }
+        &::before {
+            content: "";
+            position: absolute;
+            left: -30px;
+            height: 100%;
+            width: 50px;
+            background: #fff;
+            z-index: 0;
+        }
     }
     }
 
 
     .container {
     .container {