fanzhen1221

This commit is contained in:
fanzhen123
2019-12-22 19:35:04 +08:00
parent 3f1a78c670
commit e2d11b365c
3 changed files with 12 additions and 0 deletions

View File

@@ -371,6 +371,9 @@ export default {
}
</script>
<style lang="scss" scoped>
/deep/ .el-menu {
border: none;
}
/deep/ .el-submenu__title {
display: flex;
flex-direction: row;

View File

@@ -393,6 +393,9 @@ export default {
}
</script>
<style lang="scss" scoped>
/deep/ .el-menu{
border:none;
}
/deep/ .el-submenu__title {
display: flex;
flex-direction: row;

View File

@@ -1259,6 +1259,12 @@ export default {
</script>
<style scoped lang="scss">
/deep/ .el-col-24{
width: auto;
}
/deep/ .el-menu{
border:none;
}
/deep/ .el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
color: #8fa3ae;