|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="title-container">
|
|
|
|
|
|
|
|
|
|
<h1 class="title">{{ loginForm.zxtmc }}钢加生产计划排产</h1>
|
|
|
|
|
<h1 class="title">{{ loginForm.zxtmc }}钢加生产管控系统</h1>
|
|
|
|
|
<h3 class="title">{{ loginForm.zxtmc }}登录</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
<el-input
|
|
|
|
|
ref="username"
|
|
|
|
|
v-model="loginForm.username"
|
|
|
|
|
placeholder="Username"
|
|
|
|
|
placeholder="用户名"
|
|
|
|
|
name="username"
|
|
|
|
|
type="text"
|
|
|
|
|
tabindex="1"
|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
ref="password"
|
|
|
|
|
v-model="loginForm.password"
|
|
|
|
|
:type="passwordType"
|
|
|
|
|
placeholder="Password"
|
|
|
|
|
placeholder="密码"
|
|
|
|
|
name="password"
|
|
|
|
|
tabindex="2"
|
|
|
|
|
autocomplete="on"
|
|
|
|
@ -324,10 +324,11 @@
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$bg:#2d3a4b;
|
|
|
|
|
$dark_gray:#889aa4;
|
|
|
|
|
$light_gray: #000000;
|
|
|
|
|
|
|
|
|
|
.login-container {
|
|
|
|
|
/*min-height: 100%;*/
|
|
|
|
|
/*width: 100%;*/
|
|
|
|
@ -340,8 +341,6 @@
|
|
|
|
|
background-position: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 520px;
|
|
|
|
@ -414,3 +413,4 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|