fix: 🐛 登录页样式优化后引发的问题修复

This commit is contained in:
hxr
2024-06-26 20:58:16 +08:00
parent 743793be7e
commit 8729a1fb68

View File

@@ -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 {