Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zentao-view
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
zentao
zentao-view
Commits
e01711ad
Commit
e01711ad
authored
Mar 12, 2021
by
menglingjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 分页组件位置调整
parent
a4c6f1df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
ZtUserWagesList.vue
src/views/personnel/wages/ZtUserWagesList.vue
+0
-3
ProjectChargeList.vue
src/views/project/charge/ProjectChargeList.vue
+1
-8
No files found.
src/views/personnel/wages/ZtUserWagesList.vue
View file @
e01711ad
...
...
@@ -249,7 +249,4 @@ export default {
</
script
>
<
style
scoped
>
.cust-pagination
{
margin-top
:
5px
!important
;
}
</
style
>
\ No newline at end of file
src/views/project/charge/ProjectChargeList.vue
View file @
e01711ad
...
...
@@ -55,7 +55,7 @@
</a-button-group>
</div>
</div>
<div
v-if=
"total > 0"
id=
"components-pagination-demo-mini"
slot=
"footer"
slot-scope=
"data"
>
<div
v-if=
"total > 0"
slot=
"footer"
slot-scope=
"data"
>
{{ data.none }}
<a-pagination
@
change=
"pageChange"
...
...
@@ -264,11 +264,4 @@ export default {
</
script
>
<
style
scoped
>
.warning-red
{
color
:
red
;
}
.cust-pagination
{
margin-top
:
5px
!important
;
}
</
style
>
\ No newline at end of file
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