huangxiaodong месяцев назад: 5
Родитель
Сommit
bf59e27af9

+ 1 - 1
创维盒子/code/Class/Set/previewFile/previewAudioOrDocumentViewController.m

@@ -164,7 +164,7 @@
     [_uploadFileButton addTarget:self action:@selector(userDidClickUploadViewFun) forControlEvents:UIControlEventTouchUpInside];
     [self.view addSubview:_uploadFileButton];
     [_uploadFileButton mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.right.mas_equalTo(-15);
+        make.right.mas_equalTo(-65);
         make.width.mas_equalTo(52);
         make.height.mas_equalTo(52);
         make.bottom.mas_equalTo(-30 - AdaptTabHeight);

+ 1 - 1
创维盒子/code/Class/Set/previewFile/previewFileAndFolderSecondViewController.m

@@ -148,7 +148,7 @@
     [_uploadFileButton addTarget:self action:@selector(userDidClickUploadViewFun) forControlEvents:UIControlEventTouchUpInside];
     [self.view addSubview:_uploadFileButton];
     [_uploadFileButton mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.right.mas_equalTo(-15);
+        make.right.mas_equalTo(-65);
         make.width.mas_equalTo(52);
         make.height.mas_equalTo(52);
         make.bottom.mas_equalTo(-30 - AdaptTabHeight);

+ 1 - 1
创维盒子/code/Class/Set/previewFile/previewFileAndFolderViewController.m

@@ -164,7 +164,7 @@
     [_uploadFileButton addTarget:self action:@selector(userDidClickUploadViewFun) forControlEvents:UIControlEventTouchUpInside];
     [self.view addSubview:_uploadFileButton];
     [_uploadFileButton mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.right.mas_equalTo(-15);
+        make.right.mas_equalTo(-65);
         make.width.mas_equalTo(52);
         make.height.mas_equalTo(52);
         make.bottom.mas_equalTo(-30 - AdaptTabHeight);

+ 1 - 1
创维盒子/code/Class/Set/previewFile/previewImageOrVideoViewController.m

@@ -166,7 +166,7 @@
     [_uploadFileButton addTarget:self action:@selector(userDidClickUploadViewFun) forControlEvents:UIControlEventTouchUpInside];
     [self.view addSubview:_uploadFileButton];
     [_uploadFileButton mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.right.mas_equalTo(-15);
+        make.right.mas_equalTo(-65);
         make.width.mas_equalTo(52);
         make.height.mas_equalTo(52);
         make.bottom.mas_equalTo(-30 - AdaptTabHeight);

+ 1 - 1
创维盒子/code/NAS/NasPreviewAPPViewController.m

@@ -213,7 +213,7 @@
     [_uploadFileButton addTarget:self action:@selector(userDidClickUploadViewFun) forControlEvents:UIControlEventTouchUpInside];
     [self.view addSubview:_uploadFileButton];
     [_uploadFileButton mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.right.mas_equalTo(-15);
+        make.right.mas_equalTo(-65);
         make.width.mas_equalTo(52);
         make.height.mas_equalTo(52);
         make.bottom.mas_equalTo(-30 - AdaptTabHeight);

+ 1 - 1
创维盒子/code/NAS/NasPreviewVideoViewController.m

@@ -161,7 +161,7 @@
     [_uploadFileButton addTarget:self action:@selector(userDidClickUploadViewFun) forControlEvents:UIControlEventTouchUpInside];
     [self.view addSubview:_uploadFileButton];
     [_uploadFileButton mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.right.mas_equalTo(-15);
+        make.right.mas_equalTo(-65);
         make.width.mas_equalTo(52);
         make.height.mas_equalTo(52);
         make.bottom.mas_equalTo(-30 - AdaptTabHeight);