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
abd2825b
Commit
abd2825b
authored
Sep 11, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
e7277443
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
index.vue
components/common/device/index.vue
+18
-1
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
device.vue
pages/index/device.vue
+1
-1
No files found.
components/common/device/index.vue
View file @
abd2825b
...
...
@@ -6,6 +6,18 @@
<div
v-if=
"header === 'player'"
>
<img
class=
"img player"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_play_again.png"
alt=
""
>
</div>
<div
v-if=
"header === 'daily'"
>
<img
class=
"img player"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/gif/flag_banner_monthly_0_iSpt.png"
alt=
""
>
</div>
<div
v-if=
"header === 'weekly'"
>
<img
class=
"img player"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/gif/flag_banner_monthly_0_iSpt.png"
alt=
""
>
</div>
<div
v-if=
"header === 'month'"
>
<img
class=
"img player"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/gif/flag_banner_monthly_0_iSpt.png"
alt=
""
>
</div>
<div
v-if=
"header === 'pick'"
>
<img
class=
"img pick"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/gif/pick_me_icon_00000_iSpt.gif"
alt=
""
>
</div>
</div>
<div
class=
"device-content"
>
<img
:src=
"data.lobbyImg | img"
alt=
""
class=
"game-img"
>
...
...
@@ -93,7 +105,6 @@ export default {
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
overflow
:
hidden
;
.header
{
position
:
relative
;
height
:
60px
;
...
...
@@ -109,6 +120,12 @@ export default {
display
:
block
;
margin
:
-6px
auto
;
}
.pick
{
width
:
80px
;
display
:
block
;
margin
:
auto
;
margin-top
:
-26px
;
}
}
.device-content
{
flex
:
1
;
...
...
components/dialog/user-dialog/tab.vue
View file @
abd2825b
...
...
@@ -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-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
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.02
8
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.02
9
`
}}
</div>
</div>
</div>
</div>
...
...
pages/index/device.vue
View file @
abd2825b
<
template
>
<div
class=
"layout"
>
<div
class=
"device-list"
style=
"height: 350px;"
>
<div
class=
"device-list"
style=
"height: 350px;
padding-top: 30px;
"
>
<div
v-for=
"(item, index) in topDeviceList"
:key=
"index"
class=
"device"
>
<Device
:data=
"item"
:header=
"headerType[index]"
/>
</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