Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
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
memberTag
memberTag-web
Commits
c430dbf4
Commit
c430dbf4
authored
Oct 26, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 加大分页数量
parent
4930665a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
group-list.vue
src/view/memberGroup/group-list.vue
+11
-11
No files found.
src/view/memberGroup/group-list.vue
View file @
c430dbf4
...
...
@@ -54,7 +54,7 @@ export default {
listsParams
:
{
// type: '', // 类型 0:客户分组,1:固化分组
pageNum
:
1
,
// 页码,从1开始
pageSize
:
2
0
,
// 页面大小
pageSize
:
4
0
,
// 页面大小
totalPage
:
1
,
classifyName
:
''
// 分类名
},
...
...
@@ -82,7 +82,7 @@ export default {
this
.
getMemberGroupList
();
},
onScroll
(
e
)
{
if
((
e
.
target
.
scrollTop
+
e
.
target
.
clientHeight
)
>=
this
.
lists
.
length
*
2
0
&&
!
this
.
memberGroupLoading
)
{
if
((
e
.
target
.
scrollTop
+
e
.
target
.
clientHeight
)
>=
this
.
lists
.
length
*
4
0
&&
!
this
.
memberGroupLoading
)
{
this
.
onPageNumChange
();
}
},
...
...
@@ -261,7 +261,8 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.add-category
,
.search-box
{
.add-category
,
.search-box
{
padding
:
0
15px
;
}
.add-group
{
...
...
@@ -289,8 +290,8 @@ export default {
margin
:
0
4px
;
}
&
:hover
{
color
:
#2
F54EB
;
background
:
#
F2F3F
5
;
color
:
#2
f54eb
;
background
:
#
f2f3f
5
;
.
icon
:
hover
{
background
:
RGBA
(
229
,
230
,
235
,
1
);
}
...
...
@@ -308,23 +309,22 @@ export default {
color
:
#303133
;
overflow-y
:
auto
;
.active-li
{
color
:
#2F54EB
;
background-color
:
#ebeffe
;
.wrap
span{
padding-left
:
6px
;
color
:
#2f54eb
;
background-color
:
#ebeffe
;
.wrap
span
{
padding-left
:
6px
;
color
:
#2f54eb
;
}
.icon
:hover
{
background
:
#d8defc
;
}
}
.wrap
span
{
.wrap
span
{
padding-left
:
6px
;
color
:
#303133
;
}
}
.more
{
line-height
:
26px
;
text-align
:
center
;
...
...
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