feature/2.9.42310.01-薪资项目拓扑图

图标显示优化
release/2.19.1.2503.01-业务线个税
黎永顺 1 year ago
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…
Cancel
Save