Commit 2a763ea2 by Elune

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

parent c321fa38
<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 { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment