ソースを参照

fix:遗漏的样式调整

Adam 4 年 前
コミット
778cc0aa09
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      lib/components/Editor/index.js

+ 1
- 1
lib/components/Editor/index.js ファイルの表示

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