Browse Source

修复好友列表导航条异常的bug

xsx 10 months ago
parent
commit
7952b69f6a
1 changed files with 6 additions and 2 deletions
  1. 6 2
      im-uniapp/pages/friend/friend.vue

+ 6 - 2
im-uniapp/pages/friend/friend.vue

@@ -118,9 +118,13 @@ export default {
 		color: $im-text-color !important;
 	}
 
+	:deep(.u-index-list__letter) {
+		margin-top: 50px;
+	}
+
 	:deep(.u-index-list__letter__item) {
-		width: 48rpx !important;
-		height: 48rpx !important;
+		width: 40rpx !important;
+		height: 40rpx !important;
 	}
 
 	:deep(.u-index-list__letter__item__index) {