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
a8752a53
Commit
a8752a53
authored
Dec 29, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
0ea453bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
9 deletions
+25
-9
index.vue
components/common/device/index.vue
+24
-8
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
No files found.
components/common/device/index.vue
View file @
a8752a53
...
...
@@ -32,7 +32,7 @@
<div>
id:
{{
data
.
id
}}
</div>
-->
<div
class=
"num-box"
>
<div
:class=
"
{ is_mobile: is_mobile, }"
class="num-box">
<img
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/ic_ellipse_03.png"
alt=
""
>
<div
class=
"num"
>
{{
data
.
egmId
}}
</div>
</div>
...
...
@@ -42,6 +42,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
'vuex'
import
DeviceDialog
from
'@/components/dialog/device'
export
default
{
components
:
{
...
...
@@ -71,6 +72,11 @@ export default {
userImg
,
}
},
computed
:
{
...
mapGetters
([
'is_mobile'
,
]),
},
methods
:
{
click
()
{
return
{
...
...
@@ -150,10 +156,21 @@ export default {
}
.num-box
{
position
:
absolute
;
right
:
-28px
;
bottom
:
-20px
;
width
:
120px
;
height
:
120px
;
right
:
-12px
;
bottom
:
-8px
;
width
:
60px
;
height
:
60px
;
&
.is_mobile
{
right
:
-28px
;
bottom
:
-20px
;
width
:
120px
;
height
:
120px
;
.num
{
margin-top
:
42px
;
font-size
:
32px
;
line-height
:
38px
;
}
}
img
{
position
:
absolute
;
top
:
0
;
...
...
@@ -165,9 +182,8 @@ export default {
text-align
:
center
;
position
:
relative
;
z-index
:
1
;
margin-top
:
42px
;
font-size
:
32px
;
line-height
:
38px
;
margin-top
:
22px
;
font-size
:
14px
;
text-shadow
:
0px
0px
6px
black
;
}
}
...
...
components/dialog/user-dialog/tab.vue
View file @
a8752a53
...
...
@@ -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.04
8
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.04
9
`
}}
</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