customer.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .mandatory{
  2. margin-left: 5px;
  3. color: red;
  4. font-size: 14px;
  5. }
  6. .crmBusinessScope{
  7. position: relative;
  8. .content{
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. right: 0;
  13. bottom: 0;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. cursor: pointer;
  18. .text{
  19. padding: 5px;
  20. max-width:250px;
  21. overflow:hidden;
  22. text-overflow: ellipsis;
  23. white-space:nowrap;
  24. }
  25. }
  26. }
  27. .setSubmit{
  28. margin-left: 210px;
  29. margin-right: 40px;
  30. margin-bottom: 50px;
  31. }
  32. .set-submit{
  33. margin-left: 100px;
  34. margin-right: 40px;
  35. margin-bottom: 50px;
  36. }
  37. .pager{
  38. list-style: none;
  39. padding-left: 200px;
  40. margin-bottom: 20px;
  41. }
  42. .pager li{
  43. display:inline-block;
  44. margin-left:100px;
  45. font-size: 18px;
  46. }
  47. .pager li.disabled{
  48. color:#ccc
  49. }
  50. .ant-upload-list{display:inline-block}
  51. .ant-upload-list-item{height:19px;margin-top:0px;}
  52. .tooltipContent{
  53. .ant-tooltip-inner{
  54. max-width: 700px;
  55. }
  56. }