泛微薪资核算iframe表格

This commit is contained in:
黎永顺 2023-05-26 15:36:17 +08:00
parent b65038b77f
commit 5fddf15870
1 changed files with 21 additions and 0 deletions

View File

@ -56,6 +56,27 @@
} }
} }
.customSpan {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
span.title {
flex: 1;
margin-right: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
:global {
.ant-tag {
margin-right: 0;
}
}
}
:global { :global {
.ant-btn-link { .ant-btn-link {
font-size: 12px; font-size: 12px;