소스 검색

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

Adam 4 년 전
부모
커밋
080dfd7242
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/Editor/index.js

+ 1
- 1
src/components/Editor/index.js 파일 보기

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