|
|
|
@ -2,18 +2,13 @@
|
|
|
|
|
<div class="login-bg">
|
|
|
|
|
<div class="login-content">
|
|
|
|
|
<a-form @submit="onSubmit" :form="form">
|
|
|
|
|
<a-row>
|
|
|
|
|
<a-row type="flex" justify="center">
|
|
|
|
|
<a-col :span="4"></a-col>
|
|
|
|
|
<a-col :span="10">
|
|
|
|
|
<img src="../../assets/img/login_left2.png" height="560" />
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="10" style="text-align: center">
|
|
|
|
|
<a-col :span="10" style="text-align: center; display: flex; align-items: center;">
|
|
|
|
|
<div class="login-form">
|
|
|
|
|
<!-- <img src="../../assets/img/login_logo.png" style="margin-top: 110px" /> -->
|
|
|
|
|
<img
|
|
|
|
|
src="../../assets/imgs/tops_logo.png"
|
|
|
|
|
style="margin-top: 30px; width: 200px; height: 100px"
|
|
|
|
|
/>
|
|
|
|
|
<h6 class="title">系统登录</h6>
|
|
|
|
|
|
|
|
|
|
<div class="input-icon">
|
|
|
|
@ -117,7 +112,7 @@ export default {
|
|
|
|
|
"setAvatar",
|
|
|
|
|
]),
|
|
|
|
|
onSubmit(e) {
|
|
|
|
|
// this.$router.push("/index");
|
|
|
|
|
// this.$router.push("/swapping");
|
|
|
|
|
//=======
|
|
|
|
|
e.preventDefault();
|
|
|
|
|
this.form.validateFields((err) => {
|
|
|
|
@ -179,9 +174,11 @@ export default {
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.login-bg .title {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
color: #253143;
|
|
|
|
|
margin: 20px 0px;
|
|
|
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-icon {
|
|
|
|
@ -210,7 +207,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
|
width: 480px;
|
|
|
|
|
height: 560px;
|
|
|
|
|
height: 350px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
}
|
|
|
|
|