소스 검색

setBgColor 蓝色

visuddhinanda 2 년 전
부모
커밋
69707b8bdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/components/template/SentEdit/SentCell.tsx

+ 1 - 1
dashboard/src/components/template/SentEdit/SentCell.tsx

@@ -51,7 +51,7 @@ const SentCellWidget = ({
       discussionMessage.resId &&
       discussionMessage.resId === initValue?.id
     ) {
-      setBgColor("wheat");
+      setBgColor("#1890ff33");
     } else {
       setBgColor("unset");
     }