page-user.component.scss 596 B

123456789101112131415161718192021222324252627282930
  1. .subtitle{
  2. margin-right: 12px;
  3. color: #00000073;
  4. font-size: 14px;
  5. font-weight: normal;
  6. line-height: 1.5715;
  7. // overflow: hidden;
  8. // white-space: nowrap;
  9. // text-overflow: ellipsis;
  10. }
  11. .edit-content{
  12. margin: 0 0 20px;
  13. padding: 0 24px;
  14. height: calc(100vh - 250px);
  15. }
  16. ::ng-deep .ant-page-header-heading-title{
  17. white-space: normal;
  18. }
  19. ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
  20. color: #c6233f;
  21. }
  22. ::ng-deep .ant-tabs-ink-bar{
  23. background: #c6233f;
  24. }
  25. ::ng-deep .ant-tabs-tab:hover{
  26. color: #e97488;
  27. }
  28. ::ng-deep .ant-tabs-tab-btn:active{
  29. color: #e97488;
  30. }