|
@ -99,19 +99,19 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
<style scoped> |
|
|
<style scoped> |
|
|
/deep/ .el-submenu__title { |
|
|
/deep/ .el-submenu__title { |
|
|
height: 40px !important; |
|
|
height: 28px !important; |
|
|
line-height: 40px !important; |
|
|
line-height: 28px !important; |
|
|
font-size: 16px!important; |
|
|
font-size: 16px!important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/deep/ .el-submenu .el-menu-item { |
|
|
/deep/ .el-submenu .el-menu-item { |
|
|
height: 40px !important; |
|
|
height: 28px !important; |
|
|
line-height: 40px !important; |
|
|
line-height: 28px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/deep/ .el-menu-item { |
|
|
/deep/ .el-menu-item { |
|
|
height: 40px !important; |
|
|
height: 28px !important; |
|
|
line-height: 40px !important; |
|
|
line-height: 28px !important; |
|
|
font-size: 16px!important; |
|
|
font-size: 16px!important; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|