Compare commits

...

1 Commits

Author SHA1 Message Date
IrisVega efd942dd7c modified: src/components/LoginForm.vue 2024-07-11 17:25:25 +08:00
1 changed files with 4 additions and 3 deletions

View File

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