Przeglądaj źródła

tlk图表层级遮挡bug修复

zhenji 1 rok temu
rodzic
commit
97fe5fce05
2 zmienionych plików z 2 dodań i 2 usunięć
  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
       width: 100%;
21
       width: 100%;
22
       height: 16%!important;
22
       height: 16%!important;
23
       margin-top: 1em!important;
23
       margin-top: 1em!important;
24
-      z-index: 999;
24
+      z-index: 8;
25
       position: relative;
25
       position: relative;
26
     }
26
     }
27
     .imgMsg {
27
     .imgMsg {

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

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