spring
4 天以前 defa8eb77bd52678ad4366cc333d45a2e6dad457
src/views/login.vue
@@ -86,8 +86,8 @@
const { proxy } = getCurrentInstance()
const loginForm = ref({
  username: "admin",
  password: "admin123",
  username: "",
  password: "",
  rememberMe: false,
  currentFatoryId:'',
})
@@ -181,8 +181,8 @@
<style lang='scss' scoped>
.login {
  height: 100%;
  background-image: url("../assets/indexViews/WDSYView.png");
  background-size: cover;
  background-image: url("../assets/indexViews/DHDCView.png");
  background-size: 100% 100%;
  position: relative;
}
.title {
@@ -196,8 +196,8 @@
.login-form {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  right: 15%;
  transform: translate(0, -50%);
  border-radius: 6px;
  background: #ffffff;
  width: 420px;