138 lines
2.0 KiB
Plaintext
138 lines
2.0 KiB
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;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.salarySobNameTagWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
i {
|
|
color: #5d9cec;
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
//重构薪资核算页
|
|
.salary-btn-flex {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.mounth-range {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 10px;
|
|
|
|
.label {
|
|
color: #999;
|
|
}
|
|
}
|
|
|
|
.wea-input-focus {
|
|
margin-top: -4px;
|
|
}
|
|
}
|
|
|
|
.calculate-main-layout {
|
|
.wea-new-top-content {
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.calculate-body {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
|
|
.wea-new-table {
|
|
background: #fff;
|
|
}
|
|
|
|
.ant-table-tbody {
|
|
.ant-table-row-indent {
|
|
display: none!important;
|
|
}
|
|
|
|
td:not(.ant-table-selection-column) {
|
|
span {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.calculate-dialog-layout {
|
|
background: #f6f6f6;
|
|
|
|
.wea-search-group {
|
|
padding: 16px;
|
|
}
|
|
|
|
.wea-select, .ant-select-selection, .ant-select {
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-select {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
|
|
.ant-select-selection {
|
|
height: 30px;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.wea-content {
|
|
padding: 0;
|
|
|
|
.wea-form-cell-wrapper {
|
|
background: #FFF;
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: none;
|
|
|
|
.wea-form-cell {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
}
|
|
}
|
|
}
|