|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="login">
|
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
|
|
- <h3 class="title">科德科研系统</h3>
|
|
|
+ <h3 class="login-title">科德科研系统</h3>
|
|
|
<el-form-item prop="username">
|
|
|
<el-input
|
|
|
v-model="loginForm.username"
|
|
@@ -216,7 +216,7 @@ export default {
|
|
|
background-image: url("../assets/images/login-background.jpg");
|
|
|
background-size: cover;
|
|
|
}
|
|
|
-.title {
|
|
|
+.login-title {
|
|
|
margin: 0px auto 30px auto;
|
|
|
text-align: center;
|
|
|
color: #707070;
|