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
cdb7e06d
Commit
cdb7e06d
authored
Oct 16, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
a22c0d4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
index.vue
pages/index.vue
+2
-2
index.vue
pages/index/game/index.vue
+2
-2
No files found.
components/dialog/user-dialog/tab.vue
View file @
cdb7e06d
...
@@ -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.04
1
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.04
3
`
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
pages/index.vue
View file @
cdb7e06d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</div>
</div>
<Footer/>
<Footer/>
<!-- 右侧菜单 -->
<!-- 右侧菜单 -->
<Menu
/>
<Menu
style=
"z-index: 100;"
/>
<!-- 个人中心弹窗 -->
<!-- 个人中心弹窗 -->
<!--
<div
style=
"position: relative; z-index: 10;"
>
<!--
<div
style=
"position: relative; z-index: 10;"
>
<UserDialog
ref=
"userDialog"
/>
<UserDialog
ref=
"userDialog"
/>
...
@@ -267,7 +267,7 @@ export default {
...
@@ -267,7 +267,7 @@ export default {
}
}
.main-content
{
.main-content
{
flex
:
1
;
flex
:
1
;
overflow
:
auto
;
overflow
:
hidden
;
position
:
relative
;
position
:
relative
;
z-index
:
1
;
z-index
:
1
;
}
}
...
...
pages/index/game/index.vue
View file @
cdb7e06d
...
@@ -210,12 +210,12 @@ export default {
...
@@ -210,12 +210,12 @@ export default {
.jackpot
{
.jackpot
{
position
:
absolute
;
position
:
absolute
;
left
:
0
;
left
:
0
;
top
:
5
0px
;
top
:
1
0px
;
z-index
:
1
;
z-index
:
1
;
}
}
.player
{
.player
{
display
:
flex
;
display
:
flex
;
left
:
2
5
0px
;
left
:
2
2
0px
;
top
:
20px
;
top
:
20px
;
position
:
relative
;
position
:
relative
;
.live-play
{
.live-play
{
...
...
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