diff --git a/src/components/TestPlatform/Case/CaseList.vue b/src/components/TestPlatform/Case/CaseList.vue index 1d64bb7..de65d01 100644 --- a/src/components/TestPlatform/Case/CaseList.vue +++ b/src/components/TestPlatform/Case/CaseList.vue @@ -36,7 +36,7 @@ - +
@@ -2578,7 +2579,6 @@ export default { } .auto-gen-case-title { - color: #f8fafc; font-weight: 500; line-height: 1.5; word-break: break-word; @@ -2596,8 +2596,7 @@ body.theme-light .ai-gen-params-bar { body.theme-light .ai-gen-params-label, body.theme-light .ai-doc-block-title, -body.theme-light .ai-case-table-title, -body.theme-light .auto-gen-case-title { +body.theme-light .ai-case-table-title { color: #0f172a; } @@ -2665,3 +2664,130 @@ body.theme-light .mindmap-empty { color: #64748b; } + + +