Explorar o código

【素材列表组件】修复内容区域滚动后覆盖表头区域的问题

任一存 %!s(int64=4) %!d(string=hai) anos
pai
achega
08141c939f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/components/table/style.less

+ 2 - 1
src/components/table/style.less

@@ -17,7 +17,8 @@
     background-color: #F5F7FA;
     color: #646566;
     line-height: 19px;
-
+    position: relative; // 为了设置z-index
+    z-index: 1; // 为了避免.t-con向下滚动后覆盖本元素。因为.t-con的margin-top是负值。
     li {
       text-align: left;
       margin-right: 20px;