style: 优化部分样式

This commit is contained in:
2024-05-03 10:34:41 +08:00
parent 5b71369251
commit 029dea0100
5 changed files with 42 additions and 38 deletions

View File

@@ -130,6 +130,7 @@ const onOauth = async (source: string) => {
justify-content: start;
align-items: center;
background-color: var(--color-bg-5);
color: #121314;
&-logo {
width: 100%;
height: 104px;
@@ -158,7 +159,6 @@ const onOauth = async (source: string) => {
.login-right {
width: 100%;
height: 100%;
background: var(--color-bg-1);
display: flex;
flex-direction: column;
padding: 30px 30px 0;