Pārlūkot izejas kodu

fix:遗漏的样式调整

Adam 4 gadus atpakaļ
vecāks
revīzija
778cc0aa09
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      lib/components/Editor/index.js

+ 1
- 1
lib/components/Editor/index.js Parādīt failu

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