zhangwei
2025-06-18 19aef84d40fbe37b8ee49cdc14186261d8b928f5
src/style/login.css
@@ -1,10 +1,19 @@
.wave {
  position: fixed;
  width: 50%;
  height: 100%;
  width: 80%;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
      height: 100%;
      float: left;
      justify-content: center;
      background: url('@/assets/login/bg.png')  no-repeat left center;
      background-size: cover;
}
.logo1{
  padding:40px;
}
.login-container {