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