Commit 5ed9bdeb authored by yf's avatar yf

系统显示修改 --杨帆

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