feige
2023-12-05 3b3add749840ae9e9930822586ae5cad4a35de0a
ruoyi-ui/src/views/register.vue
@@ -115,8 +115,8 @@
      getCodeImg().then(res => {
        this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled;
        if (this.captchaEnabled) {
          this.codeUrl = "data:image/gif;base64," + res.img;
          this.registerForm.uuid = res.uuid;
          this.codeUrl = "data:image/gif;base64," + res.data.img;
          this.registerForm.uuid = res.data.uuid;
        }
      });
    },
@@ -145,14 +145,17 @@
};
</script>
<style rel="stylesheet/scss" lang="scss">
<style rel="stylesheet/scss" scoped>
.register {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url("../assets/images/login-background.jpg");
  background-size: cover;
  //background-image: url("../assets/images/login-background.jpg");
  background: no-repeat center/40% url("../assets/images/Group 132.png");
  background-color: #FEF7FC;
  background-position: 183px 145px;
  //background-size: cover;
}
.title {
  margin: 0px auto 30px auto;