Commit 15167474 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'optimize/modal' into 'main'

Optimize/modal

See merge request !261
parents 6f9b4f5e de8c6a6b
Pipeline #23124 passed with stages
in 12 minutes and 54 seconds
<p align="center"> <p align="center">
<a href="https://neos.moecube.com"> <a href="https://neos.moecube.com">
<img src="./neos-assets/neos-logo.svg" height="128"> <img src="./neos-assets/neos-logo.svg" height="128">
<h1 align="center">Neos</h1> <h1 align="center">NEOS</h1>
</a> </a>
</p> </p>
...@@ -13,9 +13,6 @@ ...@@ -13,9 +13,6 @@
<a aria-label="React" href="https://reactjs.org/"> <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"> <img alt="" src="https://img.shields.io/badge/react.js-%5E18.2.0-yellow?style=for-the-badge&logo=react">
</a> </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"> <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"> <img alt="" src="https://img.shields.io/github/license/DarkNeos/neos-ts?color=&style=for-the-badge">
</a> </a>
......
<p align="center"> <p align="center">
<a href="https://neos.moecube.com"> <a href="https://neos.moecube.com">
<img src="./neos-assets/neos-logo.svg" height="128"> <img src="./neos-assets/neos-logo.svg" height="128">
<h1 align="center">Neos</h1> <h1 align="center">NEOS</h1>
</a> </a>
</p> </p>
......
// 全局修改模块内的样式,如 antd 样式、OverlayScrollbars 样式 // 全局修改模块内的样式,如 antd 样式、OverlayScrollbars 样式
.ant-btn { .ant-btn {
display: flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
.result { .result {
font-size: 30px; font-size: 30px;
font-family: cursive; font-family: var(--theme-font);
color: var(--text-color); color: var(--text-color);
} }
.reason { .reason {
font-size: 20px; font-size: 20px;
font-family: "Gill Sans", sans-serif; font-family: var(--theme-font);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment