index.module.less 1019 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. .CSelectWrap.CSelectInitWrap {
  26. :global {
  27. .n-select {
  28. width: 180px !important;
  29. .n-base-selection-label {
  30. height: 43px;
  31. line-height: 43px;
  32. }
  33. .n-base-selection__border {
  34. border-radius: 8px;
  35. overflow: hidden;
  36. }
  37. .n-base-selection__state-border {
  38. border-radius: 8px;
  39. overflow: hidden;
  40. }
  41. }
  42. }
  43. }
  44. // :global {
  45. // .n-base-select-option {
  46. // line-height: 45px;
  47. // border-radius: 8px;
  48. // }
  49. // .n-base-select-option--selected {
  50. // background: #198cfe;
  51. // color: #fff;
  52. // }
  53. // }