Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sdream-ai-fe
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
侯明涛
sdream-ai-fe
Commits
3ee6a1a3
Commit
3ee6a1a3
authored
Aug 14, 2024
by
HoMeTown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 工具页的动画
parent
2ddd5326
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/pages/Tools/Tools.tsx
+3
-3
No files found.
src/pages/Tools/Tools.tsx
View file @
3ee6a1a3
...
...
@@ -46,9 +46,9 @@ export const Tools: React.FC = () => {
<
div
>
<
div
className=
"max-w-[1000px] flex mx-auto mt-[64px] text-18px text-[#5AA9D0] font-light"
>
全部工具
</
div
>
<
div
className=
"max-w-[1000px] mx-auto gap-[20px] flex flex-col flex-wrap mt-[22px] sm:flex-row"
>
<
motion
.
div
className=
" rounded-[20px] bg-[#fff] flex-1 h-[100px] p-[24px]"
{
...
getAnimationProps
(
4
)}
>
工具1
</
motion
.
div
>
<
motion
.
div
className=
" rounded-[20px] bg-[#fff] flex-1 h-[100px] p-[24px]"
{
...
getAnimationProps
(
5
)}
>
工具2
</
motion
.
div
>
<
motion
.
div
className=
" rounded-[20px] bg-[#fff] flex-1 h-[100px] p-[24px]"
{
...
getAnimationProps
(
6
)}
>
工具3
</
motion
.
div
>
<
motion
.
div
className=
" rounded-[20px] bg-[#fff] flex-1 h-[100px] p-[24px]"
{
...
getAnimationProps
(
1
)}
>
工具1
</
motion
.
div
>
<
motion
.
div
className=
" rounded-[20px] bg-[#fff] flex-1 h-[100px] p-[24px]"
{
...
getAnimationProps
(
2
)}
>
工具2
</
motion
.
div
>
<
motion
.
div
className=
" rounded-[20px] bg-[#fff] flex-1 h-[100px] p-[24px]"
{
...
getAnimationProps
(
3
)}
>
工具3
</
motion
.
div
>
</
div
>
</
div
>
</
div
>
...
...
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