You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

alert_cb.tmpl 778 B

3 years ago
123456789101112
  1. {{if .NotStopTaskCount}}
  2. <div class="ui message" style="background-color: rgba(242, 113, 28, 0.05);border: 1px solid rgba(242, 113, 28, 1);border-radius: 5px;">
  3. <i class="close icon"></i>
  4. <div style="display: flex;align-items: center;">
  5. <i class="ri-information-line" style="font-size: 35px;color: rgba(242, 113, 28, 1);;"></i>
  6. <div style="text-align: left;margin-left: 1rem;">
  7. <div style="font-weight: 600;line-height: 2;">您已经有 <span style="color:rgba(242, 113, 28, 1);">同类任务</span> 正在等待或运行中,请等待任务结束再创建</div>
  8. <div style="color:#939393">可以在 “<a href="#" >个人中心 > 云脑任务</a>” 查看您所有的云脑任务</div>
  9. </div>
  10. </div>
  11. </div>
  12. {{end}}