소스 검색

fix: #8734 bug修复

TIANYONG 1 년 전
부모
커밋
8400fc732f
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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 {
             margin-top: calc(0Px - var(--header-height));
         }
+        &::before {
+            content: "";
+            position: absolute;
+            left: -30px;
+            height: 100%;
+            width: 50px;
+            background: #fff;
+            z-index: 0;
+        }
     }
 
     .container {