| | |
| | | <view class="users_content"> |
| | | <view class="users_menu" v-for="(userItem,userIndex) in items.menuList" :key="userIndex"> |
| | | <view class="users_menu_icons" @click="btnClick(userItem)"> |
| | | <u-image :src="`https://pipe.thhy-tj.com/${userItem.menuIcon}`" width="128rpx" height="128rpx"></u-image> |
| | | <u-image :src="`https://szpipe.thhy-tj.com/${userItem.menuIcon}`" width="128rpx" height="128rpx"></u-image> |
| | | </view> |
| | | <view class="users_menu_text">{{userItem.menuName}}</view> |
| | | </view> |
| | |
| | | } |
| | | .users_menu{ |
| | | max-width: calc(100%/4 - 45rpx); |
| | | padding-left: 20rpx; |
| | | padding-right: 13px; |
| | | padding-left: 9px; |
| | | padding-right: 9px; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |