鉴黄bug修改

点击查看图片时,图片未做自适应,超出图片框

        
        
          

审核时间跳转过快

    //定时审核时间显示
    intv(){
        setTimeout(()=>{
          if(!this.showCloseAudit){
            this.auditTime += 1000
          } 
            // if(this.intvfin){
              this.intv()
            // }else{
            // }
        }, 1000)
    },

____________________阻止重复调用
      if(this.auditTime == 0) {
        this.intv();
      }

封禁记录无醒目关闭按钮

    

{{$t('hasbeenpunished')}}{{totalElements}}

工单照片不同颜色边框

________template
          

__________style
.auditImg {
  width: 100px;
  height: 190px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.yellowBorder{
  border: 2px solid yellow;
}
.redBorder{
   border: 2px solid red;
}

你可能感兴趣的:(鉴黄bug修改)