salary-management-front/pc4mobx/hrmSalary/pages/calculate/index.less

250 lines
4.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;
gap: 10px;
.bacthOptStatus {
display: flex;
align-items: center;
line-height: 0;
.wea-select-input {
display: flex;
align-items: center;
span {
text-align: left;
}
}
}
.mounth-range {
display: flex;
align-items: center;
.label {
color: #999;
}
}
.advance-custom {
display: flex;
align-items: center;
& > a {
border-radius: 0;
height: 28px;
position: relative;
color: #474747;
padding: 4px 15px;
background-color: transparent;
display: flex;
align-items: center;
border: 1px solid #d9d9d9;
border-left: none
}
}
.wea-input-focus {
margin-top: -4px;
}
}
.calculate-main-layout {
.wea-new-top-content {
overflow-y: hidden;
.calc-opt-btns {
width: 100%;
background: #FFF;
padding: 8px 16px;
margin-bottom: 8px;
display: flex;
gap: 8px;
justify-content: flex-end;
align-items: center;
}
}
.advance-calc {
display: none;
background: #FFF;
margin-bottom: 8px;
.advance-calc-btns {
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0;
border-top: 1px solid #dadada;
button {
margin-right: 15px;
}
}
.wea-search-group, .wea-content {
padding: 0;
}
}
.show-advance-calc {
display: block;
}
.calculate-body {
height: 100%;
width: 100%;
overflow-y: auto;
padding: 8px 16px 0 16px;
background: #F6F6F6;
.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-required-e9 {
top: 0;
right: -14px;
}
.wea-form-item-wrapper {
display: inline-block !important;
}
.wea-search-group {
padding: 16px;
}
.wea-select, .ant-select-selection, .ant-select {
width: 100%;
}
.wea-select {
display: inline-block;
position: relative;
.wea-select-input .arrow {
position: absolute;
right: 4px;
top: 8px;
color: #666;
}
.wdb {
word-break: break-all !important;
word-wrap: break-word !important;
}
.wea-select-input {
height: 30px;
white-space: nowrap;
min-width: 100px;
max-width: 345px;
width: 100%;
display: inline-block;
padding: 4px 17px 4px 4px;
position: relative;
min-height: 30px;
border: 1px solid #d9d9d9;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
}
.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;
}
}
}
}