Flex
2025-06-09 8f488cf5dc006ea583c4f33b9348f5e588552a82
easegen-front/src/views/Login/Login.vue
@@ -58,15 +58,16 @@
}
.bei{
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
.bei .BeiArea{
  width: 86%;
  height: 95%;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
@@ -129,4 +130,11 @@
  }
}
@media (max-height:500px){
  .bei .BeiArea{
    align-items: flex-start;
  }
}
</style>