@tntd/reference
Version:
<!-- * @Author: 周泽飞 zefei.zhou@tongdun.net * @Date: 2024-12-03 10:07:54 * @LastEditors: 周泽飞 zefei.zhou@tongdun.net * @LastEditTime: 2024-12-03 10:11:41 * @FilePath: /tntd3/packages/reference/README.md * @Description: 这是默认设置,请设置`customMade`, 打开koroFi
37 lines (33 loc) • 722 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-scroll .ant-table-body{
overflow-x: auto ;
}
.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;
}
}