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

342 lines
5.0 KiB
Plaintext
Raw Normal View History

2022-03-15 17:50:54 +08:00
.slideBaseForm {
2022-06-02 14:48:55 +08:00
.leftContentWrapper {
margin: 10px;
border: 1px solid #eee;
border-radius: 5px;
padding: 10px;
}
.rightContentWrapper {
margin: 10px;
}
2022-03-15 17:50:54 +08:00
}
.rightContentWrapper {
2022-06-02 14:48:55 +08:00
.greytip {
color: #999;
line-height: 24px;
font-size: 12px;
}
.tipLabel {
color: #333;
font-size: 14px;
line-height: 26px;
}
.higelinered {
color: red;
}
2022-03-16 10:41:38 +08:00
}
.slideRefereUser {
2022-06-02 14:48:55 +08:00
.tabItem {
cursor: pointer;
}
.refereUserHeader {
height: 47px;
line-height: 47px;
padding-left: 10px;
padding-right: 10px;
}
.headerLeft {
display: inline-block;
color: #666;
.selectedCrumbs {
color: #4ba9f2;
2022-03-16 10:41:38 +08:00
}
2022-06-02 14:48:55 +08:00
}
.headerIcon {
float: right;
}
.searchInput {
margin-top: 10px;
float: right;
}
.headerIcon {
.ant-btn {
margin-left: 10px;
border-radius: 0;
padding: 0;
background: transparent;
border: none;
font-size: 20px;
line-height: 20px;
}
.ant-btn.ant-btn-primary[disabled] {
color: #d8d8d8;
}
2022-06-02 14:48:55 +08:00
.ant-btn.ant-btn-primary {
color: #55a1f8;
2022-03-16 10:41:38 +08:00
}
2022-06-02 14:48:55 +08:00
}
2022-03-16 10:41:38 +08:00
}
.salaryItemForm {
2022-06-02 14:48:55 +08:00
padding: 10px 20px;
padding-bottom: 30px;
2022-06-02 14:48:55 +08:00
.btnBar {
height: 47px;
.btns {
display: inline-block;
2022-03-16 10:41:38 +08:00
}
2022-06-02 14:48:55 +08:00
.searchInputWrapper {
float: right;
display: inline-block;
2022-03-16 10:41:38 +08:00
}
2022-06-02 14:48:55 +08:00
}
.userInfoWrapper {
overflow: hidden;
.rightBtnsWrapper {
float: right;
display: inline-block;
.iconItem {
margin-right: 10px;
color: #2db7f5;
}
}
}
.userInfoSelected {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #eee;
border-radius: 5px;
display: flex;
align-items: center;
.wea-sortable-grid-item {
display: inline-block;
border: none;
padding: 0;
}
2022-06-02 14:48:55 +08:00
}
.tableItemWrapper {
.rightBtnsWrapper {
float: right;
.ant-btn {
margin-left: 10px;
border-radius: 0;
padding: 0;
background: transparent;
border: none;
font-size: 20px;
line-height: 20px;
}
.ant-btn.ant-btn-primary[disabled] {
color: #d8d8d8;
}
.ant-btn.ant-btn-primary {
color: #55a1f8;
2022-06-02 14:48:55 +08:00
}
2022-03-16 10:41:38 +08:00
}
2022-06-02 14:48:55 +08:00
.itemTitle {
font-size: 14px;
font-weight: 500;
2022-03-16 10:41:38 +08:00
}
2022-06-02 14:48:55 +08:00
}
2022-03-16 10:41:38 +08:00
}
.calRulesForm {
2022-06-02 14:48:55 +08:00
padding: 10px 20px;
.headerIcon {
float: right;
cursor: pointer;
.ant-btn {
margin-left: 10px;
border-radius: 0;
padding: 0;
background: transparent;
border: none;
font-size: 20px;
line-height: 20px;
}
2022-06-02 14:48:55 +08:00
.ant-btn.ant-btn-primary[disabled] {
color: #d8d8d8;
}
.ant-btn.ant-btn-primary {
color: #55a1f8;
2022-03-16 10:41:38 +08:00
}
2022-06-02 14:48:55 +08:00
}
.tableWrapper {
margin-top: 20px;
}
2022-03-16 10:41:38 +08:00
}
.validRulesForm {
2022-06-02 14:48:55 +08:00
padding: 10px 20px;
.headerBar {
height: 47px;
line-height: 47px;
.inputSearch {
margin-top: 8px;
float: right;
}
.btnsWrapper {
float: right;
.iconItem {
margin-right: 10px;
cursor: pointer;
color: #2db7f5;
}
}
}
.tableWrapper {
margin-top: 20px;
}
}
.mySalaryBenefitsWrapper {
.linkWapper {
2023-07-03 15:42:11 +08:00
//a {
// color: #4d7ad8;
//}
2022-06-02 14:48:55 +08:00
2023-07-03 15:42:11 +08:00
//a:hover {
// text-decoration: none;
//}
2022-06-02 14:48:55 +08:00
}
2022-07-04 19:03:14 +08:00
}
.addRule-wrapper {
.ant-modal-body {
padding: 16px !important;
.addRule-top-row {
margin-bottom: 10px;
}
}
}
.copyModalWrapper {
.ant-modal-body {
padding-left: 150px;
padding-top: 20px;
padding-bottom: 20px;
}
.wea-select {
width: 200px;
.ant-select-show-search {
width: 100%;
color: inherit;
font-size: inherit;
.ant-select-selection {
width: 100%;
height: 30px;
border-radius: 0;
border-color: #d9d9d9;
box-shadow: 0 0 0 transparent;
}
}
}
}
2022-08-25 17:54:18 +08:00
.slideRefereUserTableWrapper {
.ant-table-tbody > tr > td {
padding: 10px 8px;
}
.ant-table-thead th {
font-weight: 400;
border-bottom: 2px solid #e2ecf2;
background-color: #f7fbfe;
}
}
.slideOuterWrapper {
.wea-slide-modal-title {
height: initial;
line-height: initial;
text-align: left;
}
.wea-new-table.wea-new-table-draggable table {
table-layout: fixed
}
.rodal-close {
z-index: 99;
top: 10px !important;
}
}
@media (min-width: 1260px) {
.slideOuterWrapper {
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
max-width: 100% !important;
}
}
}
@media screen and (min-width: 1060px) and (max-width: 1260px) {
.slideOuterWrapper {
.reqTopWrapper .wea-new-top-req-title > div:first-child > div {
max-width: calc(100% - 96px) !important;
}
}
}
//关联人员弹框
.associatesWrapper {
.wea-select, .ant-select-selection, .ant-select {
width: 100%;
}
.wea-select {
display: inline-block;
position: relative;
.wea-required-e9 {
2022-09-19 13:36:36 +08:00
top: 0;
right: 0;
}
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
}
2022-10-28 17:12:03 +08:00
//.ant-modal-body {
// overflow: auto;
//}