// .clearfix{ // height: 32px; // } .m_body { padding: 20px 30px 40px; .ant-form-item { margin-bottom: 0 !important; } .ant-form-item-label { line-height: 24px; } .ant-form-item-control { line-height: 24px; } } // 清单 @media print { table { font-size: 12px !important; } table, th, td { white-space: normal; } tr { page-break-inside: avoid; } } .m_table { display: flex; flex-direction: column; align-items: center; font-size: 12px; td { text-align: center; } .ant-table-middle .ant-table-thead>tr>th:not(.ant-table-selection-column), .ant-table-middle .ant-table-tbody>tr>td { padding: 5px; } .ant-table-bordered .ant-table-header>table, .ant-table-bordered .ant-table-body>table, .ant-table-bordered .ant-table-fixed-left table, .ant-table-bordered .ant-table-fixed-right table { border: 1px solid #000; border-right: 0; border-bottom: 0; } .ant-table-tbody>tr>td { border-bottom: 1px solid #000; } .ant-table-bordered .ant-table-thead>tr>th, .ant-table-bordered .ant-table-tbody>tr>td { border-right: 1px solid #000; } .ant-table-bordered .ant-table-thead>tr>th, .ant-table-bordered .ant-table-tbody>tr>td { border-right: 1px solid #000; } .ant-table-bordered .ant-table-thead>tr>th { border-bottom: 1px solid #000; } .m_title { font-size: 24px; font-weight: bold; padding: 2px 5px; // border-bottom: 1px solid #000; margin-bottom: 5px; } .ant-table-wrapper { width: 100%; } .m_head { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; font-size: 12px; div { width: 33%; margin-bottom: 2px; } } .ant-table-thead>tr>th { background: transparent; text-align: center; } } .light { background: #D3D3D3; } .dark { background: white; }