Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
647777b6
Commit
647777b6
authored
Feb 24, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.61.77.35:9999/gengdidi/huaxin-rq
parents
0007422f
66f6ffca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
Rotate.vue
huaxin-web/src/views/bigWindow/Ind/components/Rotate.vue
+8
-3
No files found.
huaxin-web/src/views/bigWindow/Ind/components/Rotate.vue
View file @
647777b6
...
...
@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-12-16 11:10:26
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2026-0
1-15 14:29:16
* @LastEditTime: 2026-0
2-24 11:13:43
* @FilePath: /test-ranqi/src/views/Rotate.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -78,6 +78,9 @@ export default {
mounted
()
{
this
.
rotate
();
},
beforeDestroy
()
{
clearInterval
(
this
.
timer
);
},
methods
:
{
rotate
()
{
this
.
timer
=
setInterval
(()
=>
{
...
...
@@ -222,7 +225,8 @@ export default {
border-radius
:
50%
;
// border: 1px solid red;
// border-top-color: black;
background
:
url("~@/assets/bigwindowImg/rotate/bottomC.png")
center
no-repeat
;
background
:
url("~@/assets/bigwindowImg/rotate/bottomC.png")
center
no-repeat
;
background-size
:
100%
100%
;
transform
:
rotateX
(
90deg
)
translateZ
(
250px
);
}
...
...
@@ -250,7 +254,8 @@ export default {
// border-radius: 50%;
// border: 1px solid red;
// border-top-color: black;
background
:
url("~@/assets/bigwindowImg/rotate/circleBg.png")
center
no-repeat
;
background
:
url("~@/assets/bigwindowImg/rotate/circleBg.png")
center
no-repeat
;
background-size
:
100%
100%
;
transform
:
rotateX
(
90deg
)
translateZ
(
250px
);
}
...
...
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