index.module.less 629 B

1234567891011121314151617181920212223242526272829303132333435
  1. .arrow {
  2. width: 12px;
  3. height: 13px;
  4. }
  5. .CSelectWrap {
  6. :global {
  7. .n-select {
  8. width: 100%;
  9. min-width: 180px;
  10. .n-base-selection-label {
  11. height: 43px;
  12. line-height: 43px;
  13. }
  14. .n-base-selection__border {
  15. border-radius: 8px;
  16. overflow: hidden;
  17. }
  18. .n-base-selection__state-border {
  19. border-radius: 8px;
  20. overflow: hidden;
  21. }
  22. }
  23. }
  24. }
  25. // :global {
  26. // .n-base-select-option {
  27. // line-height: 45px;
  28. // border-radius: 8px;
  29. // }
  30. // .n-base-select-option--selected {
  31. // background: #198cfe;
  32. // color: #fff;
  33. // }
  34. // }