Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
GCL_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이승윤
2021-06-12 01:51:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a582f473e0ddc15bfca9787599b988e9f4160ded
a582f473
1 parent
71694b4c
style: 메뉴 위치 수정 및 리사이징
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
frontend/src/components/common/DropdownButton.js
frontend/src/components/common/DropdownButton.js
View file @
a582f47
...
...
@@ -37,6 +37,8 @@ const DropDown = ({
width
,
height
,
title
=
'전체'
,
menuPosition
,
size
,
})
=>
{
const
[
menuTitle
,
setTitle
]
=
useState
(
''
);
useEffect
(()
=>
{
...
...
@@ -45,6 +47,8 @@ const DropDown = ({
return
(
<
DropDownBlock
float
=
{
float
}
color
=
{
color
}
title
=
{
title
}
>
<
DropDownHeader
menuPosition
=
{
menuPosition
}
size
=
{
size
}
control
=
{
<
DropDownWrap
options
=
{
options
}
...
...
Please
register
or
login
to post a comment