modified: src/components/LoginForm.vue

This commit is contained in:
IrisVega 2024-07-11 17:25:25 +08:00
parent be421cf372
commit efd942dd7c
1 changed files with 4 additions and 3 deletions

View File

@ -97,12 +97,13 @@ export default {
</script>
<style scoped>
/* .auth-container {
auth-container {
display: flex;
justify-content: center;
align-items: center;
height: calc(100vh);
background-color: #ffe6f2; 淡粉色背景 */
height: calc(100vh-100px);
background-color: rgba(255,255,255,0);
}
.auth-form {