.app-control-drtab { > .ivu-tabs-bar { margin-bottom: 16px; } .ivu-tabs-tab-disabled { pointer-events: auto; } > .ivu-tabs-content { height: calc(100% - 52px); padding: 0px; overflow: auto; } .ivu-tabs-tabpane { height: 100%; } .app-control-drtab__item { display: inline-block; position: relative; height: 100%; line-height: 39px; font-weight: 400; padding: 0 14px; cursor: pointer; &.is-active { &::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: 0px; left: 0; } } &.is-disable, &.is-disable:hover { cursor: no-drop; } } .item__icon { padding-right: 8px; } }