ll
liukangdong
2024-12-10 a8c03746e6bd8ac1d46dc48c1b10bceff543664f
h5/pages/staff/snapshot.vue
@@ -281,7 +281,7 @@
            this.showUpload = false
            let token = uni.getStorageSync('token') || ''
            uni.chooseImage({
               count: 4,
               count: 9,
               success: (chooseImageRes) => {
                  uni.showLoading({
                     title: '上传中',
@@ -425,9 +425,9 @@
         .adduser_list_item_ipt1_upload {
            margin-top: 24rpx;
            width: 120rpx;
            height: 120rpx;
            margin-right: 24rpx;
            width: 156rpx;
            height: 156rpx;
            margin-right: 20rpx;
            border: 2rpx solid #e5e5e5;
            background: #f7f7f7;
            color: #666666;
@@ -437,7 +437,9 @@
            align-items: center;
            justify-content: center;
            position: relative;
            &:nth-of-type(4n){
               margin-right: 0;
            }
            .close {
               position: absolute;
               right: -20rpx;
@@ -452,7 +454,7 @@
            video {
               width: 100%;
               max-height: 120rpx;
               max-height: 156rpx;
            }
         }
      }