Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
Commits
ac7a0d54
Commit
ac7a0d54
authored
Jan 10, 2021
by
baesangjune
Browse files
.
parent
51a5f081
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/Search.js
View file @
ac7a0d54
...
...
@@ -471,7 +471,7 @@ function Search(props) {
<
Card
.
Text
style
=
{{
overflow
:
'
auto
'
,
fontSize
:
'
25px
'
,
width
:
'
100%
'
,
height
:
"
80px
"
}}
>
{
place
.
address
}
<
/Card.Text
>
<
Button
variant
=
"
primary
"
onClick
=
{()
=>
setShow
(
true
)}
>
{
place
.
name
}
자세히
살펴보기
<
/Button
>
<
Place
search
=
{
place
}
show
=
{
show
}
onHide
=
{()
=>
setShow
(
false
)}
/
>
<
Place
search
=
{
p
ageP
lace
}
show
=
{
show
}
onHide
=
{()
=>
setShow
(
false
)}
/
>
<
/Card.Body
>
<
/Card
>
<
/Col
>
...
...
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