tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
26 lines (22 loc) • 479 B
text/less
.tntd-cascader-dropdown{
.tntd-cascader-menu {
padding:0;
.rc-virtual-list {
width: 140px;
}
.rc-virtual-list-full {
width: auto;
}
.tntd-cascader-menu-item {
display: flex;
line-height: 22px;
padding: 5px 12px;
.tntd-cascader-menu-item-content {
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}
}