瀏覽代碼

update:微调表情按钮和图片按钮的间距

Adam 5 年之前
父節點
當前提交
080dfd7242
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/Editor/index.js

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

327
                     <Icon
327
                     <Icon
328
                       type="picture"
328
                       type="picture"
329
                       className="comment-toolbar-icon"
329
                       className="comment-toolbar-icon"
330
-                      style={{ marginLeft: 10 }}
330
+                      style={{ marginLeft: 20 }}
331
                       onClick={() => this.handleShowUpload(true)}
331
                       onClick={() => this.handleShowUpload(true)}
332
                     />
332
                     />
333
                   )}
333
                   )}