44 lines
760 B
Plaintext
44 lines
760 B
Plaintext
.salaryAgentWrapper {
|
|
.comContent {
|
|
|
|
.customTitleWrapper {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.ant-btn {
|
|
margin-left: 10px;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.ant-btn.ant-btn-primary[disabled] {
|
|
color: #d8d8d8;
|
|
}
|
|
|
|
.ant-btn.ant-btn-primary {
|
|
color: #55a1f8;
|
|
}
|
|
}
|
|
|
|
.tdEllipsis {
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.ant-col-10 {
|
|
span:nth-child(2) {
|
|
margin-top: -6px;
|
|
}
|
|
}
|
|
}
|