Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
qinhaitao
taobao-mini-template
Commits
3753bb8b
Commit
3753bb8b
authored
Sep 02, 2021
by
wanghuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4864b784
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
241 additions
and
223 deletions
+241
-223
RotateWheel.jsx
...ient/src/components/_tb_comps/RotateWheel/RotateWheel.jsx
+237
-212
RotateWheel.module.less
.../components/_tb_comps/RotateWheel/RotateWheel.module.less
+3
-0
index.jsx
c_client/src/pages/index/index.jsx
+1
-11
No files found.
c_client/src/components/_tb_comps/RotateWheel/RotateWheel.jsx
View file @
3753bb8b
This diff is collapsed.
Click to expand it.
c_client/src/components/_tb_comps/RotateWheel/RotateWheel.module.less
View file @
3753bb8b
.rotate{
margin: 0 auto;
}
.rotate_container{
width: 100%;
height: 100%;
...
...
c_client/src/pages/index/index.jsx
View file @
3753bb8b
...
...
@@ -215,17 +215,7 @@ function Index() {
{
/* 大转盘 */
}
<
View
className=
{
styles
[
'rotate'
]
}
style=
{
{
width
:
`${600/100}rem`
,
height
:
`${600/100}rem`
,
margin
:
`${100/100}rem auto`
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
}
}
>
<
RotateWheel
{
...
rotateConfig
}
callback=
{
()
=>
{}
}
/>
</
View
>
<
RotateWheel
{
...
rotateConfig
}
callback=
{
()
=>
{}
}
/>
<
View
className=
'view'
onTap=
{
playCurrentAudio
}
>
play audio
</
View
>
...
...
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