modified: src/components/LoginForm.vue
This commit is contained in:
parent
be421cf372
commit
efd942dd7c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user