accountReview.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. tr {
  27. page-break-inside: avoid;
  28. }
  29. }
  30. .m_table {
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. font-size: 12px;
  35. td {
  36. text-align: center;
  37. }
  38. .ant-table-middle .ant-table-thead>tr>th:not(.ant-table-selection-column),
  39. .ant-table-middle .ant-table-tbody>tr>td {
  40. padding: 5px;
  41. }
  42. .ant-table-bordered .ant-table-header>table,
  43. .ant-table-bordered .ant-table-body>table,
  44. .ant-table-bordered .ant-table-fixed-left table,
  45. .ant-table-bordered .ant-table-fixed-right table {
  46. border: 1px solid #000;
  47. border-right: 0;
  48. border-bottom: 0;
  49. }
  50. .ant-table-tbody>tr>td {
  51. border-bottom: 1px solid #000;
  52. }
  53. .ant-table-bordered .ant-table-thead>tr>th,
  54. .ant-table-bordered .ant-table-tbody>tr>td {
  55. border-right: 1px solid #000;
  56. }
  57. .ant-table-bordered .ant-table-thead>tr>th,
  58. .ant-table-bordered .ant-table-tbody>tr>td {
  59. border-right: 1px solid #000;
  60. }
  61. .ant-table-bordered .ant-table-thead>tr>th {
  62. border-bottom: 1px solid #000;
  63. }
  64. .m_title {
  65. font-size: 24px;
  66. font-weight: bold;
  67. padding: 2px 5px;
  68. // border-bottom: 1px solid #000;
  69. margin-bottom: 5px;
  70. }
  71. .ant-table-wrapper {
  72. width: 100%;
  73. }
  74. .m_head {
  75. width: 100%;
  76. display: flex;
  77. flex-direction: row;
  78. flex-wrap: wrap;
  79. font-size: 12px;
  80. div {
  81. width: 33%;
  82. margin-bottom: 2px;
  83. }
  84. }
  85. .ant-table-thead>tr>th {
  86. background: transparent;
  87. text-align: center;
  88. }
  89. }
  90. .light {
  91. background: #D3D3D3;
  92. }
  93. .dark {
  94. background: white;
  95. }