修改样式
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user