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
f4b5e7fe
Commit
f4b5e7fe
authored
Aug 09, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2a37889b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
index.vue
pages/index/game/index.vue
+1
-2
No files found.
components/dialog/user-dialog/tab.vue
View file @
f4b5e7fe
...
@@ -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.01
4
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.01
5
`
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
pages/index/game/index.vue
View file @
f4b5e7fe
...
@@ -128,11 +128,10 @@ export default {
...
@@ -128,11 +128,10 @@ export default {
const
pb
=
12
const
pb
=
12
const
px
=
14
const
px
=
14
const
width
=
this
.
$refs
?.
livePlay
?.
offsetWidth
||
0
const
width
=
this
.
$refs
?.
livePlay
?.
offsetWidth
||
0
console
.
log
(
'width'
,
width
)
let
spt
=
pt
let
spt
=
pt
let
spb
=
pb
let
spb
=
pb
let
spx
=
px
let
spx
=
px
let
padding
=
'30px 18px 1
3
px'
let
padding
=
'30px 18px 1
6
px'
if
(
is_mobile
||
hideHeader
)
{
if
(
is_mobile
||
hideHeader
)
{
spt
=
pt
*
width
/
imgWidth
spt
=
pt
*
width
/
imgWidth
spb
=
pb
*
width
/
imgWidth
spb
=
pb
*
width
/
imgWidth
...
...
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