1234567891011121314151617181920 |
- .set-content {
- background: #fff;
- padding: 20px;
- .clearfix{
- clear:both
- }
- .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{
- text-align: center;
- }
- .surfaceTitle{
- font-size: 18px;
- text-align: center;
- margin-bottom: 5px;
- }
- .surfaceTitle .nowtime{
- margin-left: 20px;
- margin-right: 20px;
- }
- }
|