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
a93cf3d9
"server/src/git@compmath.korea.ac.kr:students/eue.git" did not exist on "1ca14fdce3f4d9a3c2098c0b303dae1821bdbeba"
Commit
a93cf3d9
authored
Dec 30, 2022
by
Jiwon Yoon
Browse files
survey modify title, comment responsive css 변경
parent
38343547
Changes
4
Hide whitespace changes
Inline
Side-by-side
frontend/src/surveys/ModifySurvey.tsx
View file @
a93cf3d9
...
@@ -94,7 +94,7 @@ export const ModifySurvey = ({ surveyData, callApi }: Props) => {
...
@@ -94,7 +94,7 @@ export const ModifySurvey = ({ surveyData, callApi }: Props) => {
<
input
<
input
type
=
"text"
type
=
"text"
name
=
"title"
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
=
"설문지 제목"
placeholder
=
"설문지 제목"
autoComplete
=
"on"
autoComplete
=
"on"
value
=
{
survey
.
title
}
value
=
{
survey
.
title
}
...
@@ -103,7 +103,7 @@ export const ModifySurvey = ({ surveyData, callApi }: Props) => {
...
@@ -103,7 +103,7 @@ export const ModifySurvey = ({ surveyData, callApi }: Props) => {
<
input
<
input
type
=
"text"
type
=
"text"
name
=
"comment"
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
=
"설문조사에 대한 설명을 입력해주세요"
placeholder
=
"설문조사에 대한 설명을 입력해주세요"
autoComplete
=
"on"
autoComplete
=
"on"
size
=
{
50
}
size
=
{
50
}
...
...
frontend/src/surveys/SurveyComment.tsx
View file @
a93cf3d9
...
@@ -10,7 +10,7 @@ export const SurveyComment = () => {
...
@@ -10,7 +10,7 @@ export const SurveyComment = () => {
<
input
<
input
type
=
"text"
type
=
"text"
name
=
"comment"
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
=
"설문조사에 대한 설명을 입력해주세요"
placeholder
=
"설문조사에 대한 설명을 입력해주세요"
autoComplete
=
"on"
autoComplete
=
"on"
size
=
{
50
}
size
=
{
50
}
...
...
frontend/src/surveys/SurveyTitle.tsx
View file @
a93cf3d9
...
@@ -44,7 +44,7 @@ export const SurveyTitle = ({ text, handleTitle }: Props) => {
...
@@ -44,7 +44,7 @@ export const SurveyTitle = ({ text, handleTitle }: Props) => {
<
input
<
input
type
=
"text"
type
=
"text"
name
=
"title"
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
=
"설문지 제목"
placeholder
=
"설문지 제목"
autoComplete
=
"on"
autoComplete
=
"on"
value
=
{
title
}
value
=
{
title
}
...
...
frontend/src/surveys/SurveyTitleAndComment.tsx
View file @
a93cf3d9
...
@@ -50,7 +50,7 @@ export const SurveyTitleAndComment = ({
...
@@ -50,7 +50,7 @@ export const SurveyTitleAndComment = ({
<
input
<
input
type
=
"text"
type
=
"text"
name
=
"title"
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
=
"설문지 제목"
placeholder
=
"설문지 제목"
autoComplete
=
"on"
autoComplete
=
"on"
value
=
{
state
.
title
}
value
=
{
state
.
title
}
...
@@ -60,7 +60,7 @@ export const SurveyTitleAndComment = ({
...
@@ -60,7 +60,7 @@ export const SurveyTitleAndComment = ({
<
input
<
input
type
=
"text"
type
=
"text"
name
=
"comment"
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
=
"설문조사에 대한 설명을 입력해주세요"
placeholder
=
"설문조사에 대한 설명을 입력해주세요"
autoComplete
=
"on"
autoComplete
=
"on"
size
=
{
50
}
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