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 {
position: absolute;
top: 1rem;
left: 1rem;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
padding: 12px;
}
.lang-select {