tree_select.wxss 171 B

1234567891011121314151617
  1. .mask {
  2. width: 100%;
  3. height: 100%;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. opacity: 0;
  8. z-index: 11;
  9. }
  10. .common-tree {
  11. overflow: auto;
  12. }
  13. .tree-select {
  14. z-index: 111;
  15. }