.feature { &-main { width: 100%; height: 96vh; overflow: scroll; } &-main::-webkit-scrollbar { display: none; } &-public-row { display: flex; padding: 6px; justify-content: space-between; } &-public-title { font-size: 16px; font-weight: 600; } &-tab { width: 100%; & .feature-tab-style { background-color: #fff; padding-left: 24px; } &-style .ant-tabs-nav { border-bottom: auto; margin: 0; } } }