index.less 482 B

1234567891011121314151617181920212223242526272829
  1. @import "@common/common.less";
  2. .container{
  3. background: #fff;
  4. margin:14px ;
  5. padding:17px 28px;
  6. }
  7. .ant-table-thead > tr > th{
  8. background: @table-th-color;
  9. color: @text-color;
  10. border-bottom: 1px #D8D8D8 solid;
  11. }
  12. .ant-steps-item-title{
  13. font-size: 14px;
  14. }
  15. .steps-content{
  16. margin-top:40px ;
  17. }
  18. .table-header{
  19. display: flex;
  20. justify-content: space-between;
  21. padding: 24px 0;
  22. .ant-breadcrumb-link{
  23. font-size: 16px;
  24. font-weight: 500;
  25. color: #333333;
  26. }
  27. }