report.less 510 B

1234567891011121314151617181920
  1. .set-content {
  2. background: #fff;
  3. padding: 20px;
  4. .clearfix{
  5. clear:both
  6. }
  7. .ant-table-thead > tr > th[rowspan],.ant-table-bordered .ant-table-thead > tr > th,.ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td{
  8. text-align: center;
  9. }
  10. .surfaceTitle{
  11. font-size: 18px;
  12. text-align: center;
  13. margin-bottom: 5px;
  14. }
  15. .surfaceTitle .nowtime{
  16. margin-left: 20px;
  17. margin-right: 20px;
  18. }
  19. }