Browse Source

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

master
xsx 11 months ago
parent
commit
c89c9a3ca4
  1. 4
      im-uniapp/pages/friend/friend.vue
  2. 4
      im-uniapp/uni_modules/uview-plus/components/u-index-list/u-index-list.vue

4
im-uniapp/pages/friend/friend.vue

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

4
im-uniapp/uni_modules/uview-plus/components/u-index-list/u-index-list.vue

@ -265,8 +265,8 @@
customNavHeight = sysData.windowTop customNavHeight = sysData.windowTop
// #endif // #endif
// #ifndef H5 // #ifndef H5
// H5windowHeight // H5windowHeight
customNavHeight = -(sysData.statusBarHeight + 44) customNavHeight = sysData.statusBarHeight
// #endif // #endif
} else { } else {
customNavHeight = getPx(this.customNavHeight) customNavHeight = getPx(this.customNavHeight)

Loading…
Cancel
Save