32 lines
515 B
Plaintext
32 lines
515 B
Plaintext
.dataList-wrapper {
|
|
.ant-modal-body{
|
|
padding: 16px 120px
|
|
}
|
|
.formItem {
|
|
.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%;
|
|
.salarySobNameTagWrapper{
|
|
display: flex;
|
|
align-items: center;
|
|
i{
|
|
color: #5d9cec;
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|