46 lines
623 B
Plaintext
46 lines
623 B
Plaintext
.dataList-wrapper {
|
|
.ant-modal-body {
|
|
padding: 16px 120px
|
|
}
|
|
|
|
.formItem {
|
|
display: flex;
|
|
|
|
.ant-col-8 {
|
|
line-height: 30px;
|
|
}
|
|
|
|
.wea-select, .ant-select {
|
|
width: 100%;
|
|
}
|
|
|
|
.ant-select-selection {
|
|
width: 100%;
|
|
height: 30px;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.salarySobNameWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
|
|
& > span {
|
|
flex: 1;
|
|
}
|
|
|
|
.salarySobNameTagWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
i {
|
|
color: #5d9cec;
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|