list.less 163 B

12345678910111213
  1. #sh-list {
  2. .custom-items {
  3. position: fixed;
  4. width: 240px;
  5. top: 36px;
  6. bottom: 30px;
  7. overflow: auto;
  8. }
  9. .hidden {
  10. display: none;
  11. }
  12. }