样式修改

This commit is contained in:
2025-11-27 17:31:42 +08:00
parent 50a4a98821
commit cb074ac08b
6 changed files with 34 additions and 20 deletions

View File

@@ -270,8 +270,9 @@ defineExpose({
.form-item {
display: flex;
flex-direction: column;
gap: 8px;
/* flex-direction: column; */
justify-content: center;
align-items: center;
.form-label {
font-size: 14px;

View File

@@ -24,7 +24,6 @@
</div>
<h1 class="platform-title">红色思政学习平台</h1>
</div>
<h2 class="login-title">{{ loginModeTitle }}</h2>
</div>
<!-- 登录方式切换 -->