@tntd/reference
Version:
<!-- * @Author: 周泽飞 zefei.zhou@tongdun.net * @Date: 2024-12-03 10:07:54 * @LastEditors: 郑泳健 * @LastEditTime: 2026-01-20 15:55:03 * @FilePath: /tntd3/packages/reference/README.md * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: http
22 lines (21 loc) • 448 B
text/less
.reference-online-check-drawer {
.mb16 {
margin-bottom: 16px;
}
.refer-panel-head {
display: flex;
align-items: center;
width: 100%;
> span {
max-width: 90%;
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.ant-collapse-content-box {
padding: 16px;
background-color: @bg-color-quaternary;
}
}