Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
survey
Commits
c73b1e96
Commit
c73b1e96
authored
Jul 20, 2022
by
Lee SeoYeon
Browse files
style 변경
parent
34c9b310
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/commons/ADropdownForm.tsx
View file @
c73b1e96
...
@@ -7,8 +7,8 @@ type Props = {
...
@@ -7,8 +7,8 @@ type Props = {
export
const
ADropdownForm
=
({
element
}:
Props
)
=>
{
export
const
ADropdownForm
=
({
element
}:
Props
)
=>
{
return
(
return
(
<
div
className
=
"flex flex-col container w-
4/5
h-auto mb-3 py-3"
>
<
div
className
=
"flex flex-col container w-
11/12
h-auto mb-3 py-3"
>
<
select
className
=
"py-2 w-48 hover:bg-
themeColor bg-gray-200
rounded "
>
<
select
className
=
"py-2 w-48 hover:bg-
gray-200 border border-black
rounded "
>
{
element
.
content
.
choices
.
map
((
choice
)
=>
(
{
element
.
content
.
choices
.
map
((
choice
)
=>
(
<
option
>
{
choice
.
text
}
</
option
>
<
option
>
{
choice
.
text
}
</
option
>
))
}
))
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment