Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张冬
web-site
Commits
72a32564
Commit
72a32564
authored
Oct 16, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pag
parent
10657a58
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
44 additions
and
33 deletions
+44
-33
footer.vue
components/footer.vue
+2
-2
abortive.vue
pages/index/notice/abortive.vue
+6
-4
all.vue
pages/index/notice/all.vue
+6
-4
bid.vue
pages/index/notice/bid.vue
+5
-4
biding.vue
pages/index/notice/biding.vue
+4
-3
cadidate.vue
pages/index/notice/cadidate.vue
+5
-4
change.vue
pages/index/notice/change.vue
+5
-4
clarifies.vue
pages/index/notice/clarifies.vue
+6
-4
inquiry.vue
pages/index/notice/inquiry.vue
+4
-3
examine.vue
pages/login/examine.vue
+1
-1
No files found.
components/footer.vue
View file @
72a32564
...
...
@@ -57,10 +57,10 @@
.footer
{
width
:
100%
;
box-sizing
:
border-box
;
padding-top
:
.39
rem
;
padding-top
:
1
rem
;
padding-bottom
:
0.39rem
;
/* border-top: .01rem solid #D6D6D6; */
border-bottom
:
.01rem
solid
#D6D6D6
;
/* border-bottom: .01rem solid #D6D6D6; */
}
.t4
{
...
...
pages/index/notice/abortive.vue
View file @
72a32564
...
...
@@ -50,7 +50,7 @@
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next,
jumper"
:total=
"total"
>
layout=
"total,
prev, pager, next, sizes,
jumper"
:total=
"total"
>
</el-pagination
>
</div>
</div>
...
...
@@ -277,10 +277,11 @@ import Cookies from 'js-cookie'
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
}
.pagination
{
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
</
style
>
\ No newline at end of file
pages/index/notice/all.vue
View file @
72a32564
...
...
@@ -48,7 +48,7 @@
</li>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next,
jumper"
:total=
"total"
>
layout=
"total,
prev, pager, next, sizes,
jumper"
:total=
"total"
>
</el-pagination
>
</div>
</ul>
...
...
@@ -313,10 +313,11 @@ import Cookies from 'js-cookie'
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
}
.pagination
{
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
</
style
>
\ No newline at end of file
pages/index/notice/bid.vue
View file @
72a32564
...
...
@@ -49,7 +49,7 @@
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next
, jumper"
:total=
"total"
>
layout=
"total,
prev, pager, next,sizes
, jumper"
:total=
"total"
>
</el-pagination>
</div>
</div>
...
...
@@ -280,10 +280,11 @@ import Cookies from 'js-cookie'
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
}
.pagination
{
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
</
style
>
pages/index/notice/biding.vue
View file @
72a32564
...
...
@@ -72,7 +72,7 @@
:page-size=
"getData.size"
:total=
"total"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next
, jumper"
layout=
"total,
prev, pager, next,sizes
, jumper"
></el-pagination>
</div>
</div>
...
...
@@ -334,9 +334,10 @@ export default {
}
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
</
style
>
pages/index/notice/cadidate.vue
View file @
72a32564
...
...
@@ -50,7 +50,7 @@
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next,
jumper"
:total=
"total"
>
layout=
"total,
prev, pager, next, sizes,
jumper"
:total=
"total"
>
</el-pagination
>
</div>
</div>
...
...
@@ -279,10 +279,11 @@ import Cookies from 'js-cookie'
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
}
.pagination
{
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
</
style
>
pages/index/notice/change.vue
View file @
72a32564
...
...
@@ -50,7 +50,7 @@
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next,
jumper"
:total=
"total"
>
layout=
"total,
prev, pager, next, sizes,
jumper"
:total=
"total"
>
</el-pagination
>
</div>
</div>
...
...
@@ -279,10 +279,11 @@ import Cookies from 'js-cookie'
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
}
.pagination
{
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
</
style
>
pages/index/notice/clarifies.vue
View file @
72a32564
...
...
@@ -50,7 +50,7 @@
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next
, jumper"
:total=
"total"
>
layout=
"total,
prev, pager, next,sizes
, jumper"
:total=
"total"
>
</el-pagination
>
</div>
</div>
...
...
@@ -277,10 +277,11 @@ import Cookies from 'js-cookie'
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
}
.pagination
{
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
</
style
>
\ No newline at end of file
pages/index/notice/inquiry.vue
View file @
72a32564
...
...
@@ -79,7 +79,7 @@
:current-page=
"getData.currentPage"
:pageSize=
"getData.size"
:page-sizes=
"[10, 20, 30, 40]"
layout=
"total,
sizes,prev, pager, next,
jumper"
layout=
"total,
prev, pager, next, sizes,
jumper"
:total=
"total"
></el-pagination>
</div>
...
...
@@ -266,9 +266,10 @@ export default {
<
style
scoped
>
.pagination
{
position
:
absolute
;
bottom
:
-2%
;
left
:
5
5
%
;
/* bottom: -2%; */
left
:
5
0
%
;
transform
:
translateX
(
-50%
);
margin-top
:
20px
}
.price
{
width
:
9.2rem
;
...
...
pages/login/examine.vue
View file @
72a32564
...
...
@@ -796,7 +796,7 @@ export default {
fileList
:
[],
flag
:
true
,
//该值变化,就会触发刷新
code
:
""
,
//刷新后的验证码
active
:
1
,
active
:
0
,
checked
:
true
,
adminform
:
{
name
:
""
,
...
...
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