Commit 5ed9bdeb authored by yf's avatar yf

系统显示修改 --杨帆

parent f61a439c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="login"> <div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<img class="fy-logo" src="../../assets/image/denglu_logo.png"> <img class="fy-logo" src="../../assets/image/denglu_logo.png">
<h3 class="title">靑秀法院信息化系统</h3> <h3 class="title">信息化管理系统</h3>
<div class="login-form-content"> <div class="login-form-content">
<el-form-item prop="username"> <el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号"> <el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
...@@ -190,15 +190,16 @@ export default { ...@@ -190,15 +190,16 @@ export default {
flex-direction: column; flex-direction: column;
align-items: flex-end; align-items: flex-end;
border-radius: 6px; border-radius: 6px;
background: #ffffff; background: #ffffff no-repeat;
background-image: url("../../assets/image/denglu_pic_fayuan.png");
background-repeat: no-repeat;
background-size: 59%; background-size: 59%;
background-position-y: 57px; background-position-y: 57px;
width: 78vw; width: 78vw;
height: 76vh; height: 76vh;
padding: 25px 25px 5px 25px; padding: 25px 25px 5px 25px;
.login-form-content{ .login-form-content{
position: absolute;
top: 40%;
right: 28%;
width: 45%; width: 45%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -210,7 +211,7 @@ export default { ...@@ -210,7 +211,7 @@ export default {
} }
} }
.blue-btn{ .blue-btn{
width: 26.8vw; width: 36vw;
height: 40px; height: 40px;
border-radius: 4px; border-radius: 4px;
font-size: 18px; font-size: 18px;
......
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