Explorar el Código

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

xsx hace 10 meses
padre
commit
7952b69f6a
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  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) {