1release/2.9.10.2312.02

This commit is contained in:
黎永顺 2024-01-16 16:23:29 +08:00
parent 5a90471e74
commit 93a0c76753
2 changed files with 4 additions and 9 deletions

View File

@ -18,7 +18,7 @@ class Index extends Component {
const { onlyOneGrup, showData } = dealTemplate(itemTypeList, "mobile");
return (
<React.Fragment>
<div className="pbmc-head">{title || getLabel(111, "薪酬预览")}</div>
{/*<div className="pbmc-head">{title || getLabel(111, "薪酬预览")}</div>*/}
<div className="pbmc-body">
<div className="weapp-salary-payroll-mobile-preview">
<div className="bill-container">

View File

@ -8,7 +8,7 @@
}
.pbmc-body {
height: calc(100% - 150px);
height: calc(100% - 50px);
background: #f6f6f6;
overflow: auto;
@ -84,15 +84,13 @@
.group-title {
background: #fff;
background: var(--base-white);
display: flex;
color: #2780c4;
align-items: center;
min-height: 45px;
padding: 0 16px;
border-bottom: 1px solid #f2f2f2;
font-weight: bolder;
font-size: 16px;
font-size: 14px;
}
.group-list {
@ -104,16 +102,13 @@
background: #fff;
.item-name {
font-size: 16px;
padding: 8px 16px;
width: 40%;
width: 50%;
display: flex;
align-items: center;
background: #fbfbfb;
border-right: 1px solid #f2f2f2;
flex-shrink: 0;
color: #2780c4;
font-weight: bolder;
}
.item-count {