登录还原

This commit is contained in:
李志鹏
2026-05-12 11:10:42 +08:00
parent b8c844363c
commit baf57515c0
2 changed files with 0 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -1,9 +1,5 @@
<template>
<div class="login">
<div class="header">
<img src="@/assets/images/logos/aidaAndStylish.png" alt="" />
<div v-html="$t('Login.loginTip')"></div>
</div>
<el-form :model="formData" :rules="ruleForm" label-position="top" ref="formRef">
<el-form-item :label="$t('Login.email')" prop="email">
<el-input v-model="formData.email" :placeholder="$t('Login.enterEmail')" name="email" />
@@ -76,24 +72,4 @@
<style lang="less" scoped>
@import './less/style.less';
.login {
> .header {
width: 100%;
margin: 1rem 0 3rem;
display: flex;
justify-content: space-between;
align-items: center;
> img {
width: auto;
height: 2.8rem;
}
> div {
text-align: right;
font-family: KaiseiOpti-Regular;
font-size: 1.1rem;
color: #232323;
line-height: 1.75rem;
}
}
}
</style>