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