浏览代码

fix:遗漏的样式调整

Adam 4 年前
父节点
当前提交
778cc0aa09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      lib/components/Editor/index.js

+ 1
- 1
lib/components/Editor/index.js 查看文件

@@ -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
                   }