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