Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos
Commits
ce7f4b4c
Commit
ce7f4b4c
authored
Jul 29, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add icon on login btn
parent
1a497adb
Pipeline
#22839
passed with stages
in 14 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
src/ui/Start/index.module.scss
src/ui/Start/index.module.scss
+3
-5
src/ui/Start/index.tsx
src/ui/Start/index.tsx
+5
-1
No files found.
src/ui/Start/index.module.scss
View file @
ce7f4b4c
...
...
@@ -61,11 +61,8 @@ body * {
height
:
48px
;
border-radius
:
9999px
;
text-shadow
:
rgba
(
0
,
0
,
0
,
0
.25
)
0px
3px
8px
;
gap
:
8
px
;
gap
:
4
px
;
margin
:
0px
;
font
:
inherit
inherit
inherit
inherit
inherit
inherit
inherit
inherit
inherit
inherit
inherit
inherit
inherit
;
transition
:
border
120ms
ease
0s
,
background-color
,
color
,
box-shadow
,
opacity
;
padding
:
0px
24px
;
border-width
:
initial
;
border-style
:
none
;
...
...
@@ -77,9 +74,10 @@ body * {
rgb
(
86
,
67
,
204
)
43
.89%
,
rgb
(
103
,
63
,
215
)
64
.72%
);
transition
:
0
.
2
s
;
transition
:
0
.
15
s
;
&
:hover
{
filter
:
brightness
(
1
.2
);
box-shadow
:
0px
7px
25px
0
#6041d2
a8
;
}
}
...
...
src/ui/Start/index.tsx
View file @
ce7f4b4c
...
...
@@ -4,6 +4,9 @@ import { Link } from "react-router-dom";
import
{
useConfig
}
from
"
@/config
"
;
import
styles
from
"
./index.module.scss
"
;
import
{
RightOutlined
}
from
"
@ant-design/icons
"
;
const
NeosConfig
=
useConfig
();
const
Start
:
React
.
FC
=
()
=>
{
...
...
@@ -30,7 +33,8 @@ const Start: React.FC = () => {
/>
</
main
>
<
Link
to=
"/sso"
className=
{
styles
[
"
start-btn
"
]
}
>
登录游戏
<
span
>
登录游戏
</
span
>
<
RightOutlined
/>
</
Link
>
</
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