123456789101112131415161718192021222324252627282930 |
- .subtitle{
- margin-right: 12px;
- color: #00000073;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.5715;
-
-
-
- }
- .edit-content{
- margin: 0 0 20px;
- padding: 0 24px;
- height: calc(100vh - 250px);
- }
- ::ng-deep .ant-page-header-heading-title{
- white-space: normal;
- }
- ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
- color: #c6233f;
- }
- ::ng-deep .ant-tabs-ink-bar{
- background: #c6233f;
- }
- ::ng-deep .ant-tabs-tab:hover{
- color: #e97488;
- }
- ::ng-deep .ant-tabs-tab-btn:active{
- color: #e97488;
- }
|