wkw 6 mesiacov pred
rodič
commit
be16728725
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  1. 2 3
      pages/talentSearch/resumeDetail.vue

+ 2 - 3
pages/talentSearch/resumeDetail.vue

@@ -29,7 +29,7 @@
 					<image :src="resumeList.userAvatar || '../../static/logo.png'" class="user-avatar"
 						mode="aspectFill">
 					</image>
-					<view class="notification-badge"></view>
+					<!-- <view class="notification-badge"></view> -->
 				</view>
 			</view>
 
@@ -529,12 +529,11 @@ export default {
 
 		.avatar-container {
 			position: relative;
-
 			.user-avatar {
 				width: 72rpx;
 				height: 72rpx;
 				border-radius: 50%;
-				border: 1px solid #0d27f7;
+				// border: 1px solid #0d27f7;
 			}
 
 			.notification-badge {