fix: 🐛 登录页样式优化后引发的问题修复
This commit is contained in:
@@ -10,11 +10,13 @@
|
|||||||
|
|
||||||
.top-bar {
|
.top-bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1rem;
|
top: 0;
|
||||||
left: 1rem;
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lang-select {
|
.lang-select {
|
||||||
|
|||||||
Reference in New Issue
Block a user