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
59668471
Commit
59668471
authored
Aug 01, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全屏问题处理
parent
137e8e8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
index.vue
pages/index/game/index.vue
+7
-1
No files found.
components/dialog/user-dialog/tab.vue
View file @
59668471
...
@@ -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.0
09
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.0
10
`
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
pages/index/game/index.vue
View file @
59668471
...
@@ -201,7 +201,7 @@ export default {
...
@@ -201,7 +201,7 @@ export default {
.live-play
{
.live-play
{
width
:
560px
;
width
:
560px
;
height
:
368px
;
height
:
368px
;
padding
:
22px
15px
10
px
;
padding
:
30px
18px
13
px
;
position
:
relative
;
position
:
relative
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
background
:
black
;
background
:
black
;
...
@@ -272,6 +272,9 @@ export default {
...
@@ -272,6 +272,9 @@ export default {
margin-left
:
0
;
margin-left
:
0
;
margin-top
:
20px
;
margin-top
:
20px
;
}
}
.live-play
{
padding
:
30px
18px
12px
;
}
}
}
&
.hide-header
{
&
.hide-header
{
...
@@ -283,6 +286,9 @@ export default {
...
@@ -283,6 +286,9 @@ export default {
.right-player
{
.right-player
{
display
:
none
;
display
:
none
;
}
}
.live-play
{
padding
:
34px
24px
14px
;
}
}
}
}
}
...
...
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