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
16c2e443
Commit
16c2e443
authored
Aug 09, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ce9fdeb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
index.vue
pages/loading/index.vue
+9
-1
No files found.
components/dialog/user-dialog/tab.vue
View file @
16c2e443
...
...
@@ -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.01
7
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.01
8
`
}}
</div>
</div>
</div>
</div>
...
...
pages/loading/index.vue
View file @
16c2e443
<
template
>
<div
class=
"page"
>
<div
v-if=
"!showLoading"
class=
"first-screen"
>
<
img
:src=
"logo"
alt=
""
class=
"logo"
>
<
div
class=
"logo text"
>
loading...
</div
>
</div>
<!--
<div
v-if=
"!showLoading"
class=
"first-screen"
>
<img
:src=
"logo"
alt=
""
class=
"logo"
>
</div>
-->
<div
v-if=
"showLoading"
class=
"loading"
@
click=
"toGame"
>
<div
class=
"bg"
/>
<div
class=
"progress-block"
>
...
...
@@ -184,6 +187,11 @@ export default {
.logo
{
width
:
360px
;
margin
:
auto
;
&
.text
{
font-size
:
50px
;
color
:
white
;
text-align
:
center
;
}
}
}
.loading
{
...
...
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