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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
love_飞影
Neos
Commits
15167474
Commit
15167474
authored
Aug 15, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'optimize/modal' into 'main'
Optimize/modal See merge request
mycard/Neos!261
parents
6f9b4f5e
de8c6a6b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
README-zh_CN.md
README-zh_CN.md
+1
-4
README.md
README.md
+1
-1
src/styles/inject.scss
src/styles/inject.scss
+1
-1
src/ui/Duel/Message/EndModal/index.module.scss
src/ui/Duel/Message/EndModal/index.module.scss
+2
-2
No files found.
README-zh_CN.md
View file @
15167474
<p
align=
"center"
>
<a
href=
"https://neos.moecube.com"
>
<img
src=
"./neos-assets/neos-logo.svg"
height=
"128"
>
<h1
align=
"center"
>
N
eos
</h1>
<h1
align=
"center"
>
N
EOS
</h1>
</a>
</p>
...
...
@@ -13,9 +13,6 @@
<a
aria-label=
"React"
href=
"https://reactjs.org/"
>
<img
alt=
""
src=
"https://img.shields.io/badge/react.js-%5E18.2.0-yellow?style=for-the-badge&logo=react"
>
</a>
<a
aria-label=
"Babylon.js"
href=
"https://github.com/BabylonJS/Babylon.js"
>
<img
alt=
""
src=
"https://img.shields.io/badge/babylon.js-%5E5.29.0-red?style=for-the-badge&logo=github"
>
</a>
<a
aria-label=
"License"
href=
"https://github.com/DarkNeos/neos-ts/blob/main/LICENSE"
>
<img
alt=
""
src=
"https://img.shields.io/github/license/DarkNeos/neos-ts?color=&style=for-the-badge"
>
</a>
...
...
README.md
View file @
15167474
<p
align=
"center"
>
<a
href=
"https://neos.moecube.com"
>
<img
src=
"./neos-assets/neos-logo.svg"
height=
"128"
>
<h1
align=
"center"
>
N
eos
</h1>
<h1
align=
"center"
>
N
EOS
</h1>
</a>
</p>
...
...
src/styles/inject.scss
View file @
15167474
// 全局修改模块内的样式,如 antd 样式、OverlayScrollbars 样式
.ant-btn
{
display
:
flex
;
display
:
inline-
flex
;
align-items
:
center
;
justify-content
:
center
;
}
...
...
src/ui/Duel/Message/EndModal/index.module.scss
View file @
15167474
...
...
@@ -4,12 +4,12 @@
.result
{
font-size
:
30px
;
font-family
:
cursive
;
font-family
:
var
(
--
theme-font
)
;
color
:
var
(
--
text-color
);
}
.reason
{
font-size
:
20px
;
font-family
:
"Gill Sans"
,
sans-serif
;
font-family
:
var
(
--
theme-font
)
;
}
}
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