refactor: ♻️ 登录界面样式精简
This commit is contained in:
@@ -16,12 +16,7 @@
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.lang-select {
|
||||
margin-left: 0.5rem;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.login-card {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
inactive-icon="Sunny"
|
||||
@change="toggleTheme"
|
||||
/>
|
||||
<lang-select class="lang-select" />
|
||||
<lang-select class="ml-2 cursor-pointer" />
|
||||
</div>
|
||||
<!-- 登录表单 -->
|
||||
<el-card class="login-card">
|
||||
|
||||
Reference in New Issue
Block a user