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
5289317c
Commit
5289317c
authored
Oct 11, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
6237e5ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
index.vue
components/common/jackpot/index.vue
+2
-2
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
device.vue
pages/index/device.vue
+14
-14
No files found.
components/common/jackpot/index.vue
View file @
5289317c
...
@@ -126,7 +126,7 @@ export default {
...
@@ -126,7 +126,7 @@ export default {
height
:
50px
;
height
:
50px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
.label-box
{
.label-box
{
width
:
7
0px
;
width
:
6
0px
;
font-size
:
10px
;
font-size
:
10px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
@@ -179,7 +179,7 @@ export default {
...
@@ -179,7 +179,7 @@ export default {
height
:
50px
;
height
:
50px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
.label-box
{
.label-box
{
width
:
6
6
px
;
width
:
6
0
px
;
font-size
:
10px
;
font-size
:
10px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
...
components/dialog/user-dialog/tab.vue
View file @
5289317c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<img
v-if=
"tabIndex === index"
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/Rounded%20Rectangle%2019.png"
alt=
""
>
<img
v-if=
"tabIndex === index"
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/Rounded%20Rectangle%2019.png"
alt=
""
>
<img
v-else
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/last_game%20%E6%8B%B7%E8%B4%9D%202.png"
alt=
""
>
<img
v-else
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/last_game%20%E6%8B%B7%E8%B4%9D%202.png"
alt=
""
>
<div
class=
"text"
>
{{
text
}}
</div>
<div
class=
"text"
>
{{
text
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.03
7
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.03
8
`
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
pages/index/device.vue
View file @
5289317c
...
@@ -8,32 +8,32 @@
...
@@ -8,32 +8,32 @@
<div
class=
"device-header"
>
<div
class=
"device-header"
>
<div
class=
"menu"
>
<div
class=
"menu"
>
<div
class=
"btn"
@
click=
"filter = 'all'"
>
<div
class=
"btn"
@
click=
"filter = 'all'"
>
<img
v-
if
=
"filter === 'all'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/filter_01bright%20.png"
alt=
""
>
<img
v-
show
=
"filter === 'all'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/filter_01bright%20.png"
alt=
""
>
<img
v-
else
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_01.png"
alt=
""
>
<img
v-
show=
"filter !== 'all'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_01.png"
alt=
""
>
</div>
</div>
<div
class=
"btn"
@
click=
"filter = 'Jackpot'"
>
<div
class=
"btn"
@
click=
"filter = 'Jackpot'"
>
<img
v-
if
=
"filter === 'Jackpot'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_02bright.png"
alt=
""
>
<img
v-
show
=
"filter === 'Jackpot'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_02bright.png"
alt=
""
>
<img
v-
else
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_02.png"
alt=
""
>
<img
v-
show=
"filter !== 'Jackpot'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_02.png"
alt=
""
>
</div>
</div>
<div
class=
"btn"
@
click=
"filter = 'dragons'"
>
<div
class=
"btn"
@
click=
"filter = 'dragons'"
>
<img
v-
if
=
"filter === 'dragons'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_03bright.png"
alt=
""
>
<img
v-
show
=
"filter === 'dragons'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_03bright.png"
alt=
""
>
<img
v-
else
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_03.png"
alt=
""
>
<img
v-
show=
"filter !== 'dragons'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_03.png"
alt=
""
>
</div>
</div>
<div
class=
"btn"
@
click=
"filter = 'sigma'"
>
<div
class=
"btn"
@
click=
"filter = 'sigma'"
>
<img
v-
if
=
"filter === 'sigma'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_04bright.png"
alt=
""
>
<img
v-
show
=
"filter === 'sigma'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_04bright.png"
alt=
""
>
<img
v-
else
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_04.png"
alt=
""
>
<img
v-
show=
"filter !== 'sigma'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_04.png"
alt=
""
>
</div>
</div>
<div
class=
"btn"
@
click=
"filter = 'duo fu duo cai'"
>
<div
class=
"btn"
@
click=
"filter = 'duo fu duo cai'"
>
<img
v-
if
=
"filter === 'duo fu duo cai'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_05bright.png"
alt=
""
>
<img
v-
show
=
"filter === 'duo fu duo cai'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_05bright.png"
alt=
""
>
<img
v-
else
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_05.png"
alt=
""
>
<img
v-
show=
"filter !== 'duo fu duo cai'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_05.png"
alt=
""
>
</div>
</div>
<div
class=
"btn"
@
click=
"filter = 'table game'"
>
<div
class=
"btn"
@
click=
"filter = 'table game'"
>
<img
v-
if
=
"filter === 'table game'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_06bright.png"
alt=
""
>
<img
v-
show
=
"filter === 'table game'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_06bright.png"
alt=
""
>
<img
v-
else
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_06.png"
alt=
""
>
<img
v-
show=
"filter !== 'table game'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_06.png"
alt=
""
>
</div>
</div>
<div
class=
"btn"
@
click=
"filter = '???'"
>
<div
class=
"btn"
@
click=
"filter = '???'"
>
<img
v-
if
=
"filter === '???'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_07bright.png"
alt=
""
>
<img
v-
show
=
"filter === '???'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_07bright.png"
alt=
""
>
<img
v-
else
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_07.png"
alt=
""
>
<img
v-
show=
"filter !== '???'"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_filter_07.png"
alt=
""
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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