tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
32 lines (30 loc) • 576 B
text/less
.reference-body {
.tntd-title {
margin-bottom: 12px;
}
.reference-body-item {
padding: 8px 16px 16px 16px;
background: #fff;
border-radius: @border-radius-base;
&:not(:last-of-type) {
margin-bottom: 16px;
}
}
.ant-table-tbody > tr > td {
&.refer-warning-txt {
* {
color: #d96156 ;
}
}
}
.content-span {
display: block;
max-width: 100%;
height: 24px;
overflow: hidden;
line-height: 24px;
white-space: nowrap;
text-overflow: ellipsis;
word-break: keep-all;
}
}