|
@@ -63,9 +63,9 @@
|
|
|
<!-- 路由占位符 -->
|
|
|
<router-view></router-view>
|
|
|
</el-main>
|
|
|
- <el-footer>
|
|
|
+ <!-- <el-footer>
|
|
|
|
|
|
- </el-footer>
|
|
|
+ </el-footer> -->
|
|
|
</el-container>
|
|
|
|
|
|
|
|
@@ -273,7 +273,7 @@ export default {
|
|
|
|
|
|
.nav-icon{display:inline-block;height: 30px;width: 30px; background: url("../assets/images/nlogin-bg1.jpg") no-repeat; }
|
|
|
|
|
|
-.home-container{height:100%}
|
|
|
+.home-container{height:100%;background-color:#f3f5fa;}
|
|
|
/* el-header一个类名就是一个样式,可以直接赋样式 */
|
|
|
.el-header{background-color:#3e76cd;display:flex;justify-content:space-between;padding-left:0;align-items: center;color:#fff;font-size:20px;}
|
|
|
.el-header div{display:flex;align-items:center;}
|
|
@@ -282,13 +282,13 @@ export default {
|
|
|
.el-aside{background-color:#fff;}
|
|
|
.el-aside .el-menu{border-right: none;text-align: left}
|
|
|
|
|
|
-.el-main{background-color:#f3f5fa; height:80vh;padding:0px}
|
|
|
+.el-main{background-color:#f3f5fa; height:90vh;padding:0px}
|
|
|
|
|
|
.iconfont{margin-right:10px}
|
|
|
|
|
|
-.toggle-button1{display:inline-block;height: 30px;width: 30px; background: url("../assets/toggle1.png") no-repeat;cursor:pointer;position:absolute;top:0;left:64px;z-index:9999}
|
|
|
+.toggle-button1{display:inline-block;height: 52px;width: 40px; background: url("../assets/toggle1.png") no-repeat;cursor:pointer;position:absolute;top:0;left:64px;z-index:9999;background-size:40px 52px}
|
|
|
|
|
|
-.toggle-button2{display:inline-block;height: 30px;width: 30px; background: url("../assets/toggle2.png") no-repeat;cursor:pointer;position:absolute;top:0;left:200px;z-index:9999}
|
|
|
+.toggle-button2{display:inline-block;height: 52px;width: 40px; background: url("../assets/toggle2.png") no-repeat;cursor:pointer;position:absolute;top:0;left:200px;z-index:9999;background-size:40px 52px}
|
|
|
|
|
|
.left-logo{display:inline-block;height: 39px;width: 330px; background: url("../assets/left-logo.png") no-repeat; }
|
|
|
.center-logo{display:inline-block;height: 39px;width: 330px; background: url("../assets/center-logo.png") no-repeat; }
|