上边的导航头,会显示在登陆页面上,暂时的解决办法实:

<template>
<div style="position: fixed; top:0px; left:0px;height:100%;width:100%; background-color: #1F2D3D; z-index:100">
<el-form :model="ruleForm2" :rules="rules2" ref="ruleForm2" label-position="left" label-width="0px" class="demo-ruleForm card-box loginform">
<h3 class="title">系统登录</h3>
<el-form-item prop="username">
<el-input type="text" v-model="ruleForm2.username" auto-complete="off" placeholder="账号"></el-input>
</el-form-item>
<el-form-item prop="pwd">
<el-input type="password" v-model="ruleForm2.pwd" auto-complete="off" placeholder="密码"></el-input>
</el-form-item>
<el-checkbox v-model="checked" checked style="margin:0px 0px 35px 0px;">记住密码</el-checkbox>
<el-form-item style="width:100%;">
<el-button type="primary" style="width:100%;" @click.native.prevent="handleSubmit2">登录</el-button>
<!--<el-button @click.native.prevent="handleReset2">重置</el-button>-->
</el-form-item>
</el-form>
</div>
</template>

就是图中的style 样式。

最新文章

  1. 开发者接入 基本配置 服务器配置 out.aspx
  2. 《转》Unity3D研究院编辑器之5.3JSON的序列化
  3. Linux环境下Nginx配置安装PHP
  4. Intent 四个重要属性
  5. 《Java程序设计》第九周学习总结
  6. Hibernate 性能优化之二级缓存
  7. C# 设计模式 - 单例模式 演示
  8. 位运算及在java中的应用整理
  9. perl post 请求带参数
  10. PHP上传大文件配置
  11. poj 1064 Cable master 判断一个解是否可行 浮点数二分
  12. js实现两种实用的排序算法——冒泡、快速排序
  13. 类与对象 &amp;&amp; 继承
  14. express脚手架的安装,以及ejs的语法
  15. 【清北学堂2018-刷题冲刺】Contest 1
  16. Python实现正则表达式匹配任意的邮箱
  17. Java 数组实现 stack
  18. duilib进阶教程 -- TreeView控件的bug (9)
  19. 一个seq_file的小问题
  20. 吴裕雄 16-MySQL UNION 操作符

热门文章

  1. 基于Linux解决登录ssh客户端失败问题—sshd error: could not load host key
  2. VS2012中--查找定义后从未被使用的函数
  3. LeetCode3.无重复字符的最大子串
  4. java中有个很强大的工具jconsole.exe
  5. springboot配置对jsp页面的解析支持
  6. C++——函数
  7. (转) Oracle性能优化-读懂执行计划
  8. [Functional Programming] Add, Mult, Pow, isZero
  9. vue学习时遇到的问题(二)
  10. java常用数据类型转换