1234567891011121314151617181920212223242526272829 |
- @import "@common/common.less";
- .container{
- background: #fff;
- margin:14px ;
- padding:17px 28px;
- }
- .ant-table-thead > tr > th{
- background: @table-th-color;
- color: @text-color;
- border-bottom: 1px #D8D8D8 solid;
- }
- .ant-steps-item-title{
- font-size: 14px;
- }
- .steps-content{
- margin-top:40px ;
- }
- .table-header{
- display: flex;
- justify-content: space-between;
- padding: 24px 0;
- .ant-breadcrumb-link{
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- }
- }
|