fix: 提交标签同步
This commit is contained in:
@@ -96,6 +96,10 @@ defineOptions({ name: 'Login' })
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bg-container {
|
||||
@@ -199,10 +203,10 @@ defineOptions({ name: 'Login' })
|
||||
width: 100%;
|
||||
max-width: 1300px;
|
||||
margin: 0 auto;
|
||||
padding: 80px 40px 100px;
|
||||
padding: 40px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
gap: 40px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user