feat:更新UI

This commit is contained in:
2025-06-27 17:08:52 +08:00
parent 4276e9466a
commit c77c3ff512
8 changed files with 33 additions and 9 deletions

View File

@@ -16,6 +16,10 @@
<register v-if="authStore.loginType === 'register'"
class="animate__animated animate__bounceIn"/>
</div>
<div class="app-version">
<span>版本号{{ appStore.version }}</span>
</div>
</div>
</template>
@@ -153,5 +157,11 @@ $login-height: 500px;
}
}
}
.app-version {
position: absolute;
bottom: 10px;
right: 10px;
}
}
</style>