@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
26 lines (22 loc) • 343 B
text/less
.title-desc {
&:hover {
color: #165dff;
text-decoration: underline;
cursor: pointer;
}
}
.abttr-content {
display: flex;
gap: 5px;
align-items: center;
.cms-icon-topic {
width: 18px;
height: 18px;
}
span {
width: 90%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}