Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sb_karaoke_cocos
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
template admin
sb_karaoke_cocos
Commits
73a08f74
Commit
73a08f74
authored
Jan 22, 2021
by
Li MingZhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 底部宽度
parent
8a178a65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
.DS_Store
.DS_Store
+0
-0
bgBottom.js
play/assets/ljx_karaoke/prefab/bgBottom.js
+1
-0
No files found.
.DS_Store
View file @
73a08f74
No preview for this file type
play/assets/ljx_karaoke/prefab/bgBottom.js
View file @
73a08f74
...
@@ -207,6 +207,7 @@ cc.Class({
...
@@ -207,6 +207,7 @@ cc.Class({
if
(
curLen
>
this
.
_maxW
)
{
if
(
curLen
>
this
.
_maxW
)
{
tmpArr
=
[
item
];
tmpArr
=
[
item
];
this
.
_pageArr
.
push
(
tmpArr
);
this
.
_pageArr
.
push
(
tmpArr
);
curLen
=
this
.
_disW
+
item
.
width
+
this
.
_disW
;
}
else
{
}
else
{
tmpArr
.
push
(
item
);
tmpArr
.
push
(
item
);
}
}
...
...
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