shishuaikang
2023-12-08 f3af56e34f1cbf210b943404c900ff2d89a9a0fe
xcx/pages/robeHome/index.vue
@@ -34,7 +34,7 @@
               <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>
@@ -216,6 +216,13 @@
               border-radius: 10rpx;
               margin-bottom: 20rpx;
               background-color: #FFFFFF;
               &:nth-child(3){
                  .users_content{
                     .users_menu{
                        // margin-left: -30px;
                     }
                  }
               }
               .users_title{
                  height: 8vh;
                  display: flex;
@@ -238,7 +245,7 @@
                  padding: 15px 0 0;
                  display: flex;
                  align-items: center;
                  justify-content: space-around;
                  // justify-content: space-around;
                  max-width: 100%;
                  height: calc(100% - 110rpx);
                  flex-wrap: wrap;
@@ -249,7 +256,8 @@
                  }
                  .users_menu{
                     max-width: calc(100%/4 - 45rpx);
                     padding-left: 20rpx;
                     padding-left: 9px;
                     padding-right: 9px;
                     display: flex;
                     justify-content: center;
                     align-items: center;