Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design2
/
2016104145
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
cutelee
2020-06-06 14:34:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92d257fcb970b926f38fed12b3af5a0f10b85c5b
92d257fc
1 parent
d4613226
style: 버튼 스타일 수정
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
project/.gitignore
project/package-lock.json
project/src/pages/Editor/EditorHeader/EditorHeader.scss
project/src/pages/Editor/EditorHeader/EditorHeader.tsx
project/.gitignore
View file @
92d257f
...
...
@@ -23,3 +23,5 @@ yarn-debug.log*
yarn-error.log*
.idea/
package-lock.json
\ No newline at end of file
...
...
project/package-lock.json
deleted
100644 → 0
View file @
d461322
This diff could not be displayed because it is too large.
project/src/pages/Editor/EditorHeader/EditorHeader.scss
View file @
92d257f
...
...
@@ -14,6 +14,7 @@
border-radius
:
5px
;
margin-right
:
10px
;
cursor
:
pointer
;
padding
:
0
10px
;
&
:focus
{
outline
:
none
;
...
...
project/src/pages/Editor/EditorHeader/EditorHeader.tsx
View file @
92d257f
...
...
@@ -53,7 +53,7 @@ function EditorHeader({ editor, imageLoad }: EditorHeaderProps) {
<input type="file" accept="image/*" id="input-image-file" onChange={(e: ChangeEvent<HTMLInputElement>) => onLoadImage(e)}/>
</span>
<button>URL
불러오기
</button>
<button>URL
로드
</button>
</>
)}
...
...
Please
register
or
login
to post a comment