浏览代码

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 {