Commit 3e4a8da836f443633eba708e602f02236e138326

Authored by fengtao
1 parent 45b1ce3d

pref:优化Tree里的箭头层级

@@ -473,14 +473,14 @@ @@ -473,14 +473,14 @@
473 </script> 473 </script>
474 <style lang="less"> 474 <style lang="less">
475 .fold-left { 475 .fold-left {
476 - z-index: 9999; 476 + z-index: 1;
477 cursor: pointer; 477 cursor: pointer;
478 position: absolute; 478 position: absolute;
479 top: 0.85rem; 479 top: 0.85rem;
480 left: 1.1rem; 480 left: 1.1rem;
481 } 481 }
482 .fold-right { 482 .fold-right {
483 - z-index: 9999; 483 + z-index: 1;
484 cursor: pointer; 484 cursor: pointer;
485 position: absolute; 485 position: absolute;
486 top: 0.85rem; 486 top: 0.85rem;