tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
26 lines (24 loc) • 457 B
text/less
.tntd-more-menus {
// display: flex;
// align-items: center;
&-dropdown-icon {
font-size: 12px;
margin-left: 2px;
}
}
.tnt-handle-wrap{
>*:not(:last-of-type){
margin-right: 8px;
}
>*.tntd-anticon{
font-size: 20px;
&.icon-disabled,&.disabled{
cursor: not-allowed;
pointer-events: auto;
color: @disabled-color;
}
}
}
.tnt-handle-more{
font-size: 20px;
}