@import '../../styles/theme.less'; .pageHead { width: 100%; background-color: #ffffff; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; .pageHead-breadcrumb { margin-bottom: 8px; &-item { cursor: pointer; &:hover { color: @main-color; } } } &-title { margin-bottom: 8px; display: flex; align-items: center; &-detailH { font-weight: 600; } &-h { font-weight: 600; font-size: 20px; line-height: 28px; } } &-subtitle { margin-bottom: 8px; } .ant-tabs-ink-bar { width: 28px !important; } }