20200429-zlp-1

园历展示新增员工生日和入职日期
This commit is contained in:
paidaxing444
2020-04-29 17:39:18 +08:00
parent 39371fe365
commit 619477a4fe
3 changed files with 66 additions and 13 deletions

View File

@ -48,7 +48,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2019 ruoyi.vip All Rights Reserved.</span>
<span>Copyright © 2018-2019 benyiedu.com All Rights Reserved.</span>
</div>
</div>
</template>
@ -65,8 +65,8 @@ export default {
codeUrl: "",
cookiePassword: "",
loginForm: {
username: "admin",
password: "admin123",
username: "",
password: "",
rememberMe: false,
code: "",
uuid: ""
@ -148,7 +148,7 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
background-image: url("../assets/image/login-background.jpg");
background: linear-gradient(-45deg,#46a6ff,#edf7fb);
background-size: cover;
}
.title {