Browse Source

update:微调修正上传图片之后的删除按钮

adam 4 years ago
parent
commit
92e9ffbb6c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lib/components/Editor/Upload.js

+ 2
- 2
lib/components/Editor/Upload.js View File

232
             onClick: _this3.handleCloseClick.bind(_this3, index),
232
             onClick: _this3.handleCloseClick.bind(_this3, index),
233
             key: file.uid,
233
             key: file.uid,
234
             style: {
234
             style: {
235
-              left: index % 3 * 112 + 98 + "px",
236
-              top: Math.floor(index / 3) * 112 + 16 + "px"
235
+              left: index % 3 * 112 + 110 + "px",
236
+              top: Math.floor(index / 3) * 112 + 26 + "px"
237
             }
237
             }
238
           });
238
           });
239
         }),
239
         }),