xujing 5 years ago
parent
commit
19731ee427
3 changed files with 3 additions and 4 deletions
  1. BIN
      src/assets/person/chat.png
  2. 1
    2
      src/pages/project/index.js
  3. 2
    2
      src/pages/project/index.scss

BIN
src/assets/person/chat.png View File


+ 1
- 2
src/pages/project/index.js View File

586
             {this.state.maskVisible && this.renderMaskBanner()}
586
             {this.state.maskVisible && this.renderMaskBanner()}
587
             <View className="chat-box" onClick={this.toChatList}>
587
             <View className="chat-box" onClick={this.toChatList}>
588
               {unReadNum > 0 && <View className="red-dot"></View >}
588
               {unReadNum > 0 && <View className="red-dot"></View >}
589
-              <Image className='chat-img' src={require('@/assets/person/communicate.png')}></Image>
590
-              {/* <Image className='chat-img' src={require('@/assets/person/chat.png')}></Image> */}
589
+              <Image className='chat-img' src={require('@/assets/person/chat.png')}></Image>
591
             </View >
590
             </View >
592
           </View >
591
           </View >
593
         )}
592
         )}

+ 2
- 2
src/pages/project/index.scss View File

608
     background-color: red;
608
     background-color: red;
609
     border-radius: 20px;
609
     border-radius: 20px;
610
     position: absolute;
610
     position: absolute;
611
-    right: 16px;
612
-    top: 14px;
611
+    right: 10px;
612
+    top: 8px;
613
 
613
 
614
   }
614
   }
615
   .chat-img{
615
   .chat-img{