Browse Source

fix:遗漏的样式调整

Adam 4 years ago
parent
commit
778cc0aa09
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/components/Editor/index.js

+ 1
- 1
lib/components/Editor/index.js View File

@@ -413,7 +413,7 @@ var Editor = function (_React$Component) {
413 413
                 }) : _react2.default.createElement(_icon2.default, {
414 414
                   type: "picture",
415 415
                   className: "comment-toolbar-icon",
416
-                  style: { marginLeft: 10 },
416
+                  style: { marginLeft: 20 },
417 417
                   onClick: function onClick() {
418 418
                     return _this3.handleShowUpload(true);
419 419
                   }