소스 검색

tlk图表层级遮挡bug修复

zhenji 1 년 전
부모
커밋
97fe5fce05
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/tlk/style.less
  2. 1 1
      src/pages/tlk/view.jsx

+ 1 - 1
src/pages/tlk/style.less

@@ -21,7 +21,7 @@
21 21
       width: 100%;
22 22
       height: 16%!important;
23 23
       margin-top: 1em!important;
24
-      z-index: 999;
24
+      z-index: 8;
25 25
       position: relative;
26 26
     }
27 27
     .imgMsg {

+ 1 - 1
src/pages/tlk/view.jsx

@@ -444,7 +444,7 @@ class Home extends Component {
444 444
                           }
445 445
                           {
446 446
                             <Tooltip placement="bottom" title={'● 截止更新日期TLK基地(含暂存仓)的锂辉石库存总量。\n●  Year-to-date spodumene inventory at all TLK sites (including temporary storage)'}>
447
-                              <p className="name" style={{    position: 'relative',zIndex: 999}}>锂辉石库存总量</p>
447
+                              <p className="name" style={{    position: 'relative',zIndex: 8}}>锂辉石库存总量</p>
448 448
                             </Tooltip>
449 449
 
450 450
                           }