105 lines
1.7 KiB
Plaintext
105 lines
1.7 KiB
Plaintext
.customSalaryItemSlide {
|
|
padding: 16px;
|
|
|
|
.wea-search-group {
|
|
padding: 0;
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: none;
|
|
|
|
.wea-content {
|
|
padding: 0;
|
|
|
|
.wea-form-item {
|
|
padding: 4px 16px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.formula-wrapper {
|
|
.ant-modal-body {
|
|
min-height: 200px;
|
|
max-height: 85vh;
|
|
overflow: auto;
|
|
padding: 16px 20px !important;
|
|
}
|
|
|
|
.headerSearchWrapper {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.formulaTitleWrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.dataList-wrapper {
|
|
.wea-form-item-wrapper {
|
|
display: flex !important;
|
|
align-items: center;
|
|
|
|
.wea-select {
|
|
width: 100%;
|
|
margin-right: 8px;
|
|
|
|
.ant-select {
|
|
width: 100%;
|
|
|
|
.ant-select-selection {
|
|
border-radius: 0;
|
|
height: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//系统薪资项添加modal
|
|
.sys-salary-wrapper {
|
|
.wea-dialog-body {
|
|
height: 50vh;
|
|
overflow: hidden auto;
|
|
|
|
.headerSearchWrapper {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
padding: 16px 20px;
|
|
|
|
.wea-tab {
|
|
width: 100%;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//公式测试
|
|
.testModalWrapper {
|
|
.testContent {
|
|
padding: 16px;
|
|
overflow-y: auto;
|
|
max-height: 537px;
|
|
min-height: 100px;
|
|
|
|
.testTipWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 5px 0;
|
|
color: #999;
|
|
}
|
|
|
|
.wea-textarea-normal {
|
|
border: 1px solid #e5e5e5 !important;
|
|
padding: 4px 8px !important;
|
|
min-height: 70px !important;
|
|
}
|
|
}
|
|
}
|