list.scss 385 B

1234567891011121314151617181920212223242526
  1. /**Variable**/
  2. .vxe-list {
  3. position: relative;
  4. display: block;
  5. padding: 0;
  6. .vxe-list--virtual-wrapper {
  7. position: relative;
  8. overflow: auto;
  9. }
  10. .vxe-list--y-space {
  11. width: 0;
  12. float: left;
  13. }
  14. .vxe-list--virtual-wrapper,
  15. .vxe-list--body {
  16. padding: 0;
  17. margin: 0;
  18. border: 0;
  19. outline: 0;
  20. }
  21. }
  22. .vxe-list--virtual-wrapper {
  23. height: 100px;
  24. }