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