jiangping
2024-10-14 8aff182ef3a075540119a98a9ae03d80dd97318e
h5/pages/staff/task/visitorReport.vue
@@ -252,11 +252,19 @@
          height: 80rpx;
          position: relative;
          margin-right: 20rpx;
              display: flex;
              align-items: center;
              justify-content: center;
          .img {
            width: 80rpx;
            height: 80rpx;
            border-radius: 50%;
              }
              .img_name {
                 font-size: 32rpx;
                 color: #FFFFFF;
          }
          .status {
@@ -309,10 +317,25 @@
              margin-right: 12rpx;
                     font-size: 26rpx;
                     color: #777777;
              .child_img {
                width: 48rpx;
                height: 48rpx;
                border-radius: 50%;
                       margin-bottom: 2rpx;
                    }
                    .child_name {
                       margin-bottom: 2rpx;
                       width: 48rpx;
                       height: 48rpx;
                       text-align: center;
                       justify-content: center;
                       padding-top: 4rpx;
                       font-size: 28rpx;
                       border-radius: 50%;
                       color: #FFFFFF;
                       background-color: $uni-color-primary;
              }
            }
          }