소스 검색

fix:修正回复的红色

adam 4 년 전
부모
커밋
e027c33ff8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      lib/components/ContentItem/index.css
  2. 1
    1
      src/components/ContentItem/index.css

+ 1
- 1
lib/components/ContentItem/index.css 파일 보기

@@ -89,7 +89,7 @@
89 89
 .comment-item-reply {
90 90
   margin-left: 20px;
91 91
   cursor: pointer;
92
-  color: red;
92
+  color: #3C9CFE;
93 93
 }
94 94
 .comment-item-bottom-left {
95 95
   color: #71c135;

+ 1
- 1
src/components/ContentItem/index.css 파일 보기

@@ -89,7 +89,7 @@
89 89
 .comment-item-reply {
90 90
   margin-left: 20px;
91 91
   cursor: pointer;
92
-  color: red;
92
+  color: #3c9cfe;
93 93
 }
94 94
 .comment-item-bottom-left {
95 95
   color: #71c135;