瀏覽代碼

[Style 0000] AI助手删除弹框添加白色字体最高级

wangkeyi 4 天之前
父節點
當前提交
28e2058ea6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/ventAI/manageAssistent/components/AiAssistantModal.vue

+ 1 - 1
src/views/ventAI/manageAssistent/components/AiAssistantModal.vue

@@ -2614,7 +2614,7 @@
   .delete-task-confirm-modal {
     .zxm-modal-confirm-title,
     .zxm-modal-confirm-content {
-      color: #fff;
+      color: #fff !important;
     }
   }
 </style>