登陆页面背景使用必应每日壁纸

This commit is contained in:
Elune
2019-12-16 18:17:56 +08:00
parent c321fa3814
commit 2a763ea2e0

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="login"> <div class="login" style="background-image:url(https://api.isoyu.com/bing_images.php)">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
<h3 class="title"> <h3 class="title">
EL-ADMIN 后台管理系统 EL-ADMIN 后台管理系统
@@ -147,7 +147,6 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image:url( https://docs-1255840532.cos.ap-shanghai.myqcloud.com/3968.jpg );
background-size: cover; background-size: cover;
} }
.title { .title {