accountReview.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. // .clearfix{
  2. // height: 32px;
  3. // }
  4. .ant-modal-body {
  5. padding: 0;
  6. }
  7. .m_body {
  8. padding: 20px 30px 40px;
  9. }
  10. .ant-form-item {
  11. margin-bottom: 0 !important;
  12. }
  13. .ant-form-item-label {
  14. line-height: 24px;
  15. }
  16. .ant-form-item-control {
  17. line-height: 24px;
  18. }
  19. // 清单
  20. @media print {
  21. table {
  22. font-size: 12px !important;
  23. }
  24. }
  25. .m_table {
  26. display: flex;
  27. flex-direction: column;
  28. align-items: center;
  29. font-size: 12px;
  30. .ant-table-middle .ant-table-thead>tr>th:not(.ant-table-selection-column),
  31. .ant-table-middle .ant-table-tbody>tr>td {
  32. padding: 5px;
  33. }
  34. .ant-table-bordered .ant-table-header>table,
  35. .ant-table-bordered .ant-table-body>table,
  36. .ant-table-bordered .ant-table-fixed-left table,
  37. .ant-table-bordered .ant-table-fixed-right table {
  38. border: 1px solid #000;
  39. border-right: 0;
  40. border-bottom: 0;
  41. }
  42. .ant-table-tbody>tr>td {
  43. border-bottom: 1px solid #000;
  44. }
  45. .ant-table-bordered .ant-table-thead>tr>th,
  46. .ant-table-bordered .ant-table-tbody>tr>td {
  47. border-right: 1px solid #000;
  48. }
  49. .ant-table-bordered .ant-table-thead>tr>th,
  50. .ant-table-bordered .ant-table-tbody>tr>td {
  51. border-right: 1px solid #000;
  52. }
  53. .ant-table-bordered .ant-table-thead>tr>th {
  54. border-bottom: 1px solid #000;
  55. }
  56. .m_title {
  57. font-size: 24px;
  58. font-weight: bold;
  59. padding: 2px 5px;
  60. border-bottom: 1px solid #000;
  61. margin-bottom: 30px;
  62. }
  63. .m_head {
  64. width: 100%;
  65. display: flex;
  66. flex-direction: row;
  67. justify-content: space-between;
  68. font-size: 12px;
  69. }
  70. .ant-table-thead>tr>th {
  71. background: transparent;
  72. }
  73. }