report.less 561 B

1234567891011121314151617181920212223
  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. .patent-table{
  11. margin-top: 10px;
  12. }
  13. .surfaceTitle{
  14. font-size: 18px;
  15. text-align: center;
  16. margin-bottom: 5px;
  17. }
  18. .surfaceTitle .nowtime{
  19. margin-left: 20px;
  20. margin-right: 20px;
  21. }
  22. }