Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
e6d876cd
Commit
e6d876cd
authored
Dec 10, 2021
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
1df78caa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
14 deletions
+50
-14
src/views/index/camp/Certificate.vue
src/views/index/camp/Certificate.vue
+3
-2
src/views/index/camp/Homework.vue
src/views/index/camp/Homework.vue
+47
-12
No files found.
src/views/index/camp/Certificate.vue
View file @
e6d876cd
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<el-form-item
label=
"收件人电话"
prop=
"phone"
>
<el-form-item
label=
"收件人电话"
prop=
"phone"
>
<el-input
<el-input
v-model=
"addressForm.phone"
v-model=
"addressForm.phone"
placeholder=
"填写真实
姓名
"
placeholder=
"填写真实
电话
"
size=
"small"
size=
"small"
clearable
clearable
></el-input>
></el-input>
...
@@ -189,7 +189,8 @@ export default {
...
@@ -189,7 +189,8 @@ export default {
};
};
},
},
created
()
{
created
()
{
// this.$emit("getStatus", false, 2);
this
.
getSchool
();
this
.
getProAndCity
();
},
},
watch
:
{},
watch
:
{},
methods
:
{
methods
:
{
...
...
src/views/index/camp/Homework.vue
View file @
e6d876cd
...
@@ -70,39 +70,74 @@ export default {
...
@@ -70,39 +70,74 @@ export default {
// background: #ffffff;
// background: #ffffff;
// width: 856px;
// width: 856px;
// 空状态
// .title {
// padding: 50px;
// .homework_titile {
// font-size: 24px;
// font-weight: 500;
// color: #1b1419;
// line-height: 24px;
// margin-bottom: 40px;
// text-align: center;
// }
// }
// .content_empty {
// padding-bottom: 200px;
// p,
// div {
// text-align: center;
// }
// }
// 有作业时候F
.title
{
.title
{
padding
:
50px
;
padding
:
50px
50px
20px
50px
;
.homework_titile
{
.homework_titile
{
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#1b1419
;
color
:
#1b1419
;
line-height
:
24px
;
line-height
:
24px
;
margin-bottom
:
40px
;
text-align
:
center
;
text-align
:
center
;
}
}
}
}
// 空状态
// .content_empty {
// padding-bottom: 200px;
// p,
// div {
// text-align: center;
// }
// }
// 有作业时候
.home_content
{
.home_content
{
padding-bottom
:
200px
;
padding-bottom
:
200px
;
font-size
:
1
4
px
;
font-size
:
1
3
px
;
.each_content
{
.each_content
{
padding
:
25px
30px
;
padding
:
25px
30px
;
background-color
:
#eceaea
;
background-color
:
#eceaea
;
margin
:
0
30px
;
// border-radius: 25px;
.top
{
.top
{
margin-bottom
:
10px
;
justify-content
:
space-between
;
justify-content
:
space-between
;
.homework_name
{
div
{
padding
:
7px
20px
7px
0
;
}
span
{
background-color
:
white
;
padding
:
7px
15px
;
border-radius
:
45px
;
font-size
:
10px
;
}
}
}
}
.line
{
.line
{
border-bottom
:
1px
solid
;
border-bottom
:
1px
solid
;
}
}
.bottom
{
//+ 相邻选择器
// p+div{
// font-size: 20px;
// }
.time
>
div
{
margin-right
:
20px
;
}
}
}
}
}
}
}
}
...
...
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