pengwei
2025-03-20 2591e298a3fd1332ad0ca33059f6ba0b7d426f51
项目代码/client/src/views/Login.vue
@@ -242,6 +242,11 @@
</script>
<style lang="less" scoped>
// * {
//   box-sizing: border-box;
//   padding: 0;
//   margin: 0;
// }
.login-container {
  width: 100%;
  min-height: 100vh;
@@ -261,7 +266,7 @@
  }
  .login-box {
    width: 100%;
    height: ceil(100vh - 8rem);
    height: calc(100vh - 4.57rem);
    display: flex;
    background-color: #f6f7fc;
    .left-img {