Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
eslotsys-game-nuxt
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
毛线
eslotsys-game-nuxt
Commits
15c62341
Commit
15c62341
authored
Jul 03, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮优化
parent
a7aa82e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
_id.vue
pages/index/game/_id.vue
+8
-4
No files found.
pages/index/game/_id.vue
View file @
15c62341
...
...
@@ -123,10 +123,12 @@ export default {
return
btnList
.
filter
(
i
=>
i
.
buttonStatus
===
1
)
},
btnList1
()
{
return
this
.
btnList
.
filter
((
i
,
index
)
=>
index
<
6
)
const
i
=
this
.
btnList
.
length
/
2
return
this
.
btnList
.
filter
((
item
,
index
)
=>
index
<
i
)
},
btnList2
()
{
return
this
.
btnList
.
filter
((
i
,
index
)
=>
index
>=
6
)
const
i
=
this
.
btnList
.
length
/
2
return
this
.
btnList
.
filter
((
item
,
index
)
=>
index
>=
i
)
},
// 当前设备
device
()
{
...
...
@@ -496,7 +498,7 @@ export default {
}
}
.right-option
{
width
:
7
14
px
;
width
:
7
42
px
;
margin-left
:
20px
;
margin-bottom
:
4px
;
background-image
:
url(@/assets/images/temp/game/play.png)
;
...
...
@@ -505,10 +507,12 @@ export default {
.btn-block
{
position
:
absolute
;
left
:
3
0px
;
left
:
1
0px
;
top
:
14px
;
width
:
408px
;
.box
{
display
:
flex
;
justify-content
:
center
;
.btn
{
width
:
50px
;
height
:
50px
;
...
...
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