Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs_vsofpm
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
cs_vsofpm
Commits
282acf4b
Commit
282acf4b
authored
May 19, 2023
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
d22eee36
Pipeline
#3368
failed with stages
in 2 minutes and 27 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1585 deletions
+3
-1585
routes.ts
config/routes.ts
+1
-1
Welcome.jsx
src/pages/Welcome.jsx
+2
-946
index.jsx
src/pages/homepage/index.jsx
+0
-594
index.less
src/pages/homepage/index.less
+0
-44
No files found.
config/routes.ts
View file @
282acf4b
...
...
@@ -52,7 +52,7 @@ export default [
{
name
:
"个人主页"
,
path
:
"/work/homepage"
,
component
:
"./
homepag
e"
,
component
:
"./
Welcom
e"
,
},
{
name
:
"个人中心"
,
...
...
src/pages/Welcome.jsx
View file @
282acf4b
This diff is collapsed.
Click to expand it.
src/pages/homepage/index.jsx
deleted
100755 → 0
View file @
d22eee36
This diff is collapsed.
Click to expand it.
src/pages/homepage/index.less
deleted
100755 → 0
View file @
d22eee36
.hoverables {
display: flex;
align-items: flex-end;
justify-content: flex-end;
height: 32px;
border-radius: 6px;
cursor: pointer;
transition: all 0.4s;
}
.sort {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 6px;
cursor: pointer;
transition: all 0.4s;
&:hover {
background-color: #ffffff;
}
* {
transition: all 0.4s;
}
}
.whitebg {
span,
a {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
padding: 4px 6px;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 4px;
}
a {
margin: 0 12px;
}
}
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