Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fc-minigame
Project
Project
Details
Activity
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈冲
fc-minigame
Commits
c29b01c5
Commit
c29b01c5
authored
Jun 12, 2026
by
陈冲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复排行跟游戏说明的关闭样式
parent
b1209053
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
12 deletions
+17
-12
Game.vue
frontend-h5/src/pages/game2/Game.vue
+3
-2
Game3.vue
frontend-h5/src/pages/game3/Game3.vue
+3
-2
Game5.vue
frontend-h5/src/pages/game5/Game5.vue
+8
-6
Game.vue
frontend-h5/src/pages/game6/Game.vue
+3
-2
No files found.
frontend-h5/src/pages/game2/Game.vue
View file @
c29b01c5
...
...
@@ -492,9 +492,10 @@ const rankCloseHandler = () => {
width
:
57px
;
height
:
57px
;
background
:
v-bind
(
'imageUrls.close'
)
center
/
cover
no-repeat
;
transform
:
translateX
(
-50%
)
scale
(
1.
4
);
transform
:
translateX
(
-50%
)
scale
(
1.
5
);
position
:
absolute
;
top
:
0
;
top
:
-35px
;
left
:
100%
;
margin-left
:
-58px
;
}
</
style
>
frontend-h5/src/pages/game3/Game3.vue
View file @
c29b01c5
...
...
@@ -495,9 +495,10 @@ const rankCloseHandler = () => {
width
:
57px
;
height
:
57px
;
background
:
v-bind
(
'imageUrls.close'
)
center
/
cover
no-repeat
;
transform
:
translateX
(
-50%
)
scale
(
1.
4
);
transform
:
translateX
(
-50%
)
scale
(
1.
5
);
position
:
absolute
;
top
:
0
;
top
:
-35px
;
left
:
100%
;
margin-left
:
-58px
;
}
</
style
>
frontend-h5/src/pages/game5/Game5.vue
View file @
c29b01c5
...
...
@@ -320,8 +320,8 @@ const rankCloseHandler = () => {
<div
class=
"col-3"
>
{{
tick
}}
</div>
</div>
</div>
</div>
<
div
class=
"img-close"
@
click=
"rankCloseHandler"
></div>
<div
class=
"img-close"
@
click=
"rankCloseHandler"
>
</div>
<
/div>
</
template
>
<
template
#
gameRule
>
<div
class=
"rule-container"
>
...
...
@@ -473,9 +473,11 @@ const rankCloseHandler = () => {
.img-close
{
width
:
57px
;
height
:
57px
;
border-radius
:
29px
;
background
:
v-bind
(
'imageUrls.close'
)
center
/
cover
;
transform
:
scale
(
0.7
);
margin-top
:
500px
;
background
:
v-bind
(
'imageUrls.close'
)
center
/
cover
no-repeat
;
transform
:
translateX
(
-50%
)
scale
(
1.5
);
position
:
absolute
;
top
:
-35px
;
left
:
100%
;
margin-left
:
-58px
;
}
</
style
>
frontend-h5/src/pages/game6/Game.vue
View file @
c29b01c5
...
...
@@ -481,9 +481,10 @@ const rankCloseHandler = () => {
width
:
57px
;
height
:
57px
;
background
:
v-bind
(
'imageUrls.close'
)
center
/
cover
no-repeat
;
transform
:
translateX
(
-50%
)
scale
(
1.
4
);
transform
:
translateX
(
-50%
)
scale
(
1.
5
);
position
:
absolute
;
top
:
0
;
top
:
-35px
;
left
:
100%
;
margin-left
:
-58px
;
}
</
style
>
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