登录还原
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.9 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user