工资单背景图片去掉

This commit is contained in:
黎永顺 2023-03-03 09:14:35 +08:00
parent 57da206fcb
commit a0b83d7770
2 changed files with 10 additions and 10 deletions

View File

@ -78,11 +78,11 @@ export default class ComputerTemplate extends React.Component {
{salaryTemplateShowSet.theme.replace("${companyName}", "").replace("${salaryMonth}", moment(new Date()).format("YYYY-MM"))}
</div>
}
{
salaryTemplateShowSet.background && <div className="background-wrapper">
<img className="background-img" src={salaryTemplateShowSet.background} alt=""/>
</div>
}
{/*{*/}
{/* salaryTemplateShowSet.background && <div className="background-wrapper">*/}
{/* <img className="background-img" src={salaryTemplateShowSet.background} alt=""/>*/}
{/* </div>*/}
{/*}*/}
<div className="sobItemDiv" style={{ margin: "20px 10px" }}>
{

View File

@ -49,11 +49,11 @@ export default class PhoneTemplate extends React.Component {
{salaryTemplateShowSet.theme.replace("${companyName}", "上海泛微").replace("${salaryMonth}", moment(new Date()).format("YYYY-MM"))}
</div>
{
salaryTemplateShowSet.background && <div className="background-wrapper">
<img className="background-img" src={salaryTemplateShowSet.background}/>
</div>
}
{/*{*/}
{/* salaryTemplateShowSet.background && <div className="background-wrapper">*/}
{/* <img className="background-img" src={salaryTemplateShowSet.background}/>*/}
{/* </div>*/}
{/*}*/}
<div className="sobItemDiv" style={{ margin: "20px 10px" }}>
{