parent
783ab813cb
commit
ed0ff1d819
|
|
@ -26,6 +26,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.contentSpan:hover {
|
||||
.diagramIcon {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.contentSpan {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
@ -39,6 +45,12 @@
|
|||
word-break: keep-all;
|
||||
}
|
||||
|
||||
.diagramIcon {
|
||||
color: #5d9cec;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
|
||||
:global {
|
||||
span.anticon {
|
||||
color: #5d9cec;
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@ const index: FunctionComponent<Props> = (props) => {
|
|||
<span className={styles.contentSpan}>
|
||||
<span title={text} className={styles.contentTitle}>{text}</span>
|
||||
<Icon type="icon-piliangfenpei" title={i18n["查看拓扑图"]}
|
||||
className={styles.diagramIcon}
|
||||
onClick={() => handleDiagramTd(item?.dataIndex, record?.id)}
|
||||
/>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue