|
@@ -166,7 +166,7 @@ class TemplateItems extends React.Component {
|
|
|
<div className={style.comAdminWrp}>
|
|
|
<div className={`${style.tempLists} ${style.tempListsP}`} ref={this.$cont} style={{display:admin?'none':'block',border:'1px solid #EAEDF1'}}>
|
|
|
{//个人
|
|
|
- allCheckShow ?<div className={`${style.wrapperTop} ${style.wrapperTopM} ${style.personalTmp}`}>
|
|
|
+ allCheckShow&&!admin ?<div className={`${style.wrapperTop} ${style.wrapperTopM} ${style.personalTmp}`}>
|
|
|
<i></i>
|
|
|
<i></i>
|
|
|
<div className={style['check-wrap']} onClick={handleAllCheckbox}>
|
|
@@ -181,18 +181,11 @@ class TemplateItems extends React.Component {
|
|
|
</div>:null
|
|
|
}
|
|
|
{
|
|
|
- <div className="clearfix">
|
|
|
- {
|
|
|
- !allCheckShow&&<div className={`${style.personalTmp} ${style.personalTmpOwn} clearfix`}>
|
|
|
- <span className={style.tip}>个人模板</span>
|
|
|
- <i></i>
|
|
|
- {
|
|
|
- items.length > 0&&<span className={`${style['fr-element']} ${style['manger']}`} onClick={handleMangerTemplate}>管理</span>
|
|
|
- }
|
|
|
- </div>
|
|
|
- }
|
|
|
+ !allCheckShow&&<div className={`${style.personalTmp} clearfix`}>
|
|
|
+ <span className={style.tip}>个人模板</span>
|
|
|
+ <i></i>
|
|
|
{
|
|
|
- !admin?!allCheckShowAdmin&&<div className={`${style.personalTmp} ${style.personalTmpStatand}`}>标准模板</div>:''
|
|
|
+ items.length > 0&&<span className={`${style['fr-element']} ${style['manger']}`} onClick={handleMangerTemplate}>管理</span>
|
|
|
}
|
|
|
</div>
|
|
|
}
|