You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 633B

12345678910111213141516171819202122232425262728293031323334353637
  1. .messageInputWrapper {
  2. margin-right: 20px;
  3. padding: '0px 0px 10px 0px';
  4. border: 1px solid #d9d9d9;
  5. &:hover {
  6. border-color: #40a9ff;
  7. box-shadow: #40a9ff;
  8. }
  9. border-radius: 8px;
  10. :global(.ant-input-affix-wrapper) {
  11. border-bottom-right-radius: 0;
  12. border-bottom-left-radius: 0;
  13. }
  14. }
  15. .documentCard {
  16. :global(.ant-card-body) {
  17. padding: 10px;
  18. position: relative;
  19. width: 100%;
  20. }
  21. }
  22. .listWrapper {
  23. padding: 0 10px;
  24. overflow: auto;
  25. max-height: 170px;
  26. width: 100%;
  27. }
  28. .inputWrapper {
  29. border-radius: 8px;
  30. }
  31. .deleteIcon {
  32. position: absolute;
  33. right: -4px;
  34. top: -4px;
  35. color: #d92d20;
  36. }