index.less 275 B

12345678910111213141516
  1. .receiveCount{
  2. cursor: pointer;
  3. padding: 16px 8px;
  4. }
  5. .receiveCount:hover{
  6. background: #0e77ca;
  7. color: #FFFFFF;
  8. font-weight: bolder;
  9. }
  10. th.tableRowStyle{
  11. text-align: center !important;
  12. }
  13. td.tableRowStyle {
  14. padding: 0 !important;
  15. text-align: center !important;
  16. }