修改样式

This commit is contained in:
lq
2025-09-20 12:42:00 +08:00
parent 5318a99b70
commit d790ce193f

View File

@ -31,7 +31,7 @@
</div>
</div>
<div class="font-size-14px color-#211F24 color-#211F24 p-12px task-description" :title="task.name || '未命名'">
<div class="font-size-14px color-#211F24 color-#211F24 task-description" :title="task.name || '未命名'">
{{ task.name || '未命名' }}
</div>
<div v-if="task.ai_generate_status == 0" class="AILoding">
@ -217,6 +217,9 @@ const getTaskStatusText = (status) => {
flex: 1;
min-width: 0;
width: 365px;
margin-top: -10px;
margin-bottom: 12px;
padding: 0 16px;
}
.status-tag {