accountReview.less 1.8 KB

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