accountReview.less 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. .ant-table-middle .ant-table-thead>tr>th:not(.ant-table-selection-column),
  28. .ant-table-middle .ant-table-tbody>tr>td {
  29. padding: 5px;
  30. }
  31. .ant-table-bordered .ant-table-header>table,
  32. .ant-table-bordered .ant-table-body>table,
  33. .ant-table-bordered .ant-table-fixed-left table,
  34. .ant-table-bordered .ant-table-fixed-right table {
  35. border: 1px solid #000;
  36. border-right: 0;
  37. border-bottom: 0;
  38. }
  39. .ant-table-tbody>tr>td {
  40. border-bottom: 1px solid #000;
  41. }
  42. .ant-table-bordered .ant-table-thead>tr>th,
  43. .ant-table-bordered .ant-table-tbody>tr>td {
  44. border-right: 1px solid #000;
  45. }
  46. .ant-table-bordered .ant-table-thead>tr>th,
  47. .ant-table-bordered .ant-table-tbody>tr>td {
  48. border-right: 1px solid #000;
  49. }
  50. .ant-table-bordered .ant-table-thead>tr>th {
  51. border-bottom: 1px solid #000;
  52. }
  53. .m_title {
  54. font-size: 24px;
  55. font-weight: bold;
  56. padding: 2px 5px;
  57. border-bottom: 1px solid #000;
  58. margin-bottom: 30px;
  59. }
  60. .m_head {
  61. width: 100%;
  62. display: flex;
  63. flex-direction: row;
  64. justify-content: space-between;
  65. font-size: 12px;
  66. }
  67. .ant-table-thead>tr>th {
  68. background: transparent;
  69. }
  70. }