首页美化

This commit is contained in:
klausY
2020-04-17 18:10:54 +08:00
parent 6a03835d66
commit 093cde16c2
12 changed files with 1185 additions and 41 deletions

View File

@@ -60,10 +60,10 @@
</div>
</el-dialog>
</div>
</el-header>
<!-- 当前面包屑用路由自动生成可根据需求修改 -->
<!--
<!--
:to="{ path: item.path }" 暂时注释不用-->
<HistoryComponent />
<transition mode="out-in" name="el-fade-in-linear">
@@ -114,7 +114,7 @@ export default {
}
]
},
}
},
components: {
@@ -216,6 +216,9 @@ $mainHight: 100vh;
.dropdown-group {
min-width: 100px;
}
.admin-box{
background-color: rgb(243,243,243);
}
.el-scrollbar__wrap {
padding-bottom: 17px;
}
@@ -318,4 +321,4 @@ $mainHight: 100vh;
}
}
}
</style>
</style>