index.less 970 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .modal {
  2. width: 900px;
  3. :global {
  4. .ant-modal-body {
  5. padding: 19px;
  6. }
  7. .ant-modal-header {
  8. padding: 12px 24px;
  9. background: #f7f7f7;
  10. .ant-modal-title {
  11. font-size: 12px;
  12. }
  13. }
  14. .ant-modal-close-x {
  15. font-size: 12px;
  16. }
  17. }
  18. }
  19. .treeSider {
  20. background-color: white;
  21. border-right: 1px solid #eee;
  22. padding-right: 10px;
  23. input {
  24. border-radius: 0;
  25. }
  26. }
  27. .table {
  28. .goodsName {
  29. width: 240px;
  30. overflow: hidden;
  31. text-overflow: ellipsis;
  32. white-space: nowrap;
  33. }
  34. .productName {
  35. width: 110px;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. white-space: nowrap;
  39. }
  40. :global {
  41. .ant-table {
  42. font-size: 12px;
  43. .ant-table-thead > tr > th {
  44. background-color: white;
  45. border-bottom: 1px solid black;
  46. padding-bottom: 5px;
  47. }
  48. }
  49. }
  50. }
  51. .search {
  52. margin-bottom: 8px;
  53. width: 280px;
  54. height: 30px;
  55. > input {
  56. border-radius: 0;
  57. }
  58. }