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
survey
Commits
a93cf3d9
Commit
a93cf3d9
authored
Dec 30, 2022
by
Jiwon Yoon
Browse files
survey modify title, comment responsive css 변경
parent
38343547
Changes
4
Show whitespace changes
Inline
Side-by-side
frontend/src/surveys/ModifySurvey.tsx
View file @
a93cf3d9
...
...
@@ -94,7 +94,7 @@ export const ModifySurvey = ({ surveyData, callApi }: Props) => {
<
input
type
=
"text"
name
=
"title"
className
=
"font-bold text-4xl text-center m-2 border-b-2"
className
=
"
w-11/12 md:w-1/2
font-bold text-4xl text-center m-2 border-b-2"
placeholder
=
"설문지 제목"
autoComplete
=
"on"
value
=
{
survey
.
title
}
...
...
@@ -103,7 +103,7 @@ export const ModifySurvey = ({ surveyData, callApi }: Props) => {
<
input
type
=
"text"
name
=
"comment"
className
=
"font-bold text-1xl text-center m-2 border-b-2 resize-none"
className
=
"
w-11/12 md:w-1/2
font-bold text-1xl text-center m-2 border-b-2 resize-none"
placeholder
=
"설문조사에 대한 설명을 입력해주세요"
autoComplete
=
"on"
size
=
{
50
}
...
...
frontend/src/surveys/SurveyComment.tsx
View file @
a93cf3d9
...
...
@@ -10,7 +10,7 @@ export const SurveyComment = () => {
<
input
type
=
"text"
name
=
"comment"
className
=
"font-bold text-1xl text-center m-2 border-b-2 resize-none"
className
=
"
w-11/12 md:w-1/2
font-bold text-1xl text-center m-2 border-b-2 resize-none"
placeholder
=
"설문조사에 대한 설명을 입력해주세요"
autoComplete
=
"on"
size
=
{
50
}
...
...
frontend/src/surveys/SurveyTitle.tsx
View file @
a93cf3d9
...
...
@@ -44,7 +44,7 @@ export const SurveyTitle = ({ text, handleTitle }: Props) => {
<
input
type
=
"text"
name
=
"title"
className
=
"font-bold text-4xl text-center m-2 border-b-2"
className
=
"
w-11/12 md:w-1/2
font-bold text-4xl text-center m-2 border-b-2"
placeholder
=
"설문지 제목"
autoComplete
=
"on"
value
=
{
title
}
...
...
frontend/src/surveys/SurveyTitleAndComment.tsx
View file @
a93cf3d9
...
...
@@ -50,7 +50,7 @@ export const SurveyTitleAndComment = ({
<
input
type
=
"text"
name
=
"title"
className
=
"font-bold text-4xl text-center m-2 border-b-2"
className
=
"
w-11/12 md:w-1/2
font-bold text-4xl text-center m-2 border-b-2"
placeholder
=
"설문지 제목"
autoComplete
=
"on"
value
=
{
state
.
title
}
...
...
@@ -60,7 +60,7 @@ export const SurveyTitleAndComment = ({
<
input
type
=
"text"
name
=
"comment"
className
=
"font-bold text-1xl text-center m-2 border-b-2 resize-none"
className
=
"
w-11/12 md:w-1/2
font-bold text-1xl text-center m-2 border-b-2 resize-none"
placeholder
=
"설문조사에 대한 설명을 입력해주세요"
autoComplete
=
"on"
size
=
{
50
}
...
...
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