This commit is contained in:
姜棚 2021-11-29 23:46:44 +08:00
parent e86c8bd322
commit 167f4a9875
3 changed files with 11 additions and 3 deletions

View File

@ -307,6 +307,8 @@ export default class add extends React.Component{
{ {
this.state.audit_visible ? ( this.state.audit_visible ? (
<div>
<div className="modal"> </div>
<div className="audit-box" > <div className="audit-box" >
<Icon type="close" className="audit-close" onClick={(e)=>{this.onReturn(e)}} /> <Icon type="close" className="audit-close" onClick={(e)=>{this.onReturn(e)}} />
<div className="audit-box-title">审核通过</div> <div className="audit-box-title">审核通过</div>
@ -358,6 +360,7 @@ export default class add extends React.Component{
<Button type="primary" onClick={(e)=>{this.send(e)}} >发送</Button> <Button type="primary" onClick={(e)=>{this.send(e)}} >发送</Button>
</div> </div>
</div> </div>
</div>
):null ):null
} }

View File

@ -223,6 +223,11 @@
font-size: 14px; font-size: 14px;
color:#155bd4; color:#155bd4;
} }
.refresh-btn:active{
font-weight: bold;
}
.td-image-upload-demo{ .td-image-upload-demo{
width: 50px !important; width: 50px !important;
height: 50px !important; height: 50px !important;

View File

@ -36,7 +36,7 @@ export default class acclist extends React.Component{
getThemeChoice().then((res)=>{ getThemeChoice().then((res)=>{
handelResponse(res,(req,msg)=>{ handelResponse(res,(req,msg)=>{
let arr = _.map(req.data,(o)=>{ let arr = _.map(req,(o)=>{
let obj = {}; let obj = {};
obj.key = o.id; obj.key = o.id;
obj.text = o.title obj.text = o.title
@ -130,9 +130,9 @@ export default class acclist extends React.Component{
this.onThemeChange(e) this.onThemeChange(e)
Bus.emit('change',"theme_id" ,e); Bus.emit('change',"theme_id" ,e);
}} /> }} />
<span type="refresh" onClick={()=>{ this.refresh() }} className="refresh-btn" > <a type="refresh" onClick={()=>{ this.refresh() }} className="refresh-btn" >
刷新 刷新
</span> </a>
<a type="primary" onClick={()=>{this.linkToPage()}} className="newpage"> <a type="primary" onClick={()=>{this.linkToPage()}} className="newpage">
新建落地页 新建落地页