123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- // .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;
- }
|