Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
f43ff18e
Commit
f43ff18e
authored
1 year ago
by
朱彩云
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(全部账单): 全部账单表格高度调整
parent
e2bd951b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
collectionDetail.vue
src/views/verification/collectionDetail.vue
+1
-1
No files found.
src/views/verification/collectionDetail.vue
View file @
f43ff18e
...
@@ -860,7 +860,7 @@ export default {
...
@@ -860,7 +860,7 @@ export default {
const
paddingB
=
parseFloat
(
style
.
getPropertyValue
(
'
padding-bottom
'
))
const
paddingB
=
parseFloat
(
style
.
getPropertyValue
(
'
padding-bottom
'
))
const
paddingSum
=
paddingT
+
paddingB
const
paddingSum
=
paddingT
+
paddingB
this
.
tableHeight
=
containterH
-
340
-
gobackH
-
paddingSum
this
.
tableHeight
=
containterH
-
340
-
gobackH
-
paddingSum
this
.
tableHeight1
=
containterH
-
36
0
-
gobackH
-
paddingSum
this
.
tableHeight1
=
containterH
-
40
0
-
gobackH
-
paddingSum
console
.
log
(
this
.
tableHeight
,
'
=========tableHeight
'
)
console
.
log
(
this
.
tableHeight
,
'
=========tableHeight
'
)
// 设置每页展示条数
// 设置每页展示条数
const
pageSize
=
Math
.
floor
((
this
.
tableHeight1
-
10
)
/
32
)
const
pageSize
=
Math
.
floor
((
this
.
tableHeight1
-
10
)
/
32
)
...
...
This diff is collapsed.
Click to expand it.
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