modified: src/components/LoginForm.vue
This commit is contained in:
parent
de67edeb4e
commit
99e4e8b3d8
@ -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);
|
||||||
background-color: #ffe6f2; 淡粉色背景 */
|
background-color: rgba(255,255,255,0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.auth-form {
|
.auth-form {
|
||||||
|
Loading…
Reference in New Issue
Block a user