xujing 5 yıl önce
ebeveyn
işleme
19731ee427

BIN
src/assets/person/chat.png Dosyayı Görüntüle


+ 1
- 2
src/pages/project/index.js Dosyayı Görüntüle

@@ -586,8 +586,7 @@ export default class Index extends Component {
586 586
             {this.state.maskVisible && this.renderMaskBanner()}
587 587
             <View className="chat-box" onClick={this.toChatList}>
588 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 590
             </View >
592 591
           </View >
593 592
         )}

+ 2
- 2
src/pages/project/index.scss Dosyayı Görüntüle

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