accountReview.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. }
  22. .m_table {
  23. display: flex;
  24. flex-direction: column;
  25. align-items: center;
  26. font-size: 12px;
  27. td {
  28. text-align: center;
  29. }
  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. .ant-table-wrapper {
  64. width: 100%;
  65. }
  66. .m_head {
  67. width: 100%;
  68. display: flex;
  69. flex-direction: row;
  70. flex-wrap: wrap;
  71. font-size: 12px;
  72. div {
  73. width: 33%;
  74. margin-bottom: 8px;
  75. }
  76. }
  77. .ant-table-thead>tr>th {
  78. background: transparent;
  79. text-align: center;
  80. }
  81. }