This commit is contained in:
yangsy
2025-08-22 11:19:23 +08:00
parent 0fd9f17366
commit 80a30a3cba

View File

@@ -58,8 +58,6 @@ const { mutate: login, isPending: loading } = useMutation({
<style scoped lang="scss">
.login-page {
}
.login-card-container {
width: 100%;
height: 100%;
@@ -98,4 +96,5 @@ const { mutate: login, isPending: loading } = useMutation({
width: 100%;
margin-bottom: 16px;
}
}
</style>