iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
17 lines (16 loc) • 336 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
.@{ant-prefix}-table-tabs {
display: flex;
&-item {
margin-right: 68px;
padding-bottom: 10px;
cursor: pointer;
color: #333;
}
&-active {
font-weight: bold;
color: #0f6eff;
border-bottom: 2px solid #0f6eff;
}
}