|
@ -30,6 +30,14 @@ export default { |
|
|
methods: {}, |
|
|
methods: {}, |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
<style lang="less"> |
|
|
|
|
|
.sidebar { |
|
|
|
|
|
.el-submenu__title:focus, |
|
|
|
|
|
.el-submenu__title:hover { |
|
|
|
|
|
background: transparent; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
<style lang="less" scoped> |
|
|
<style lang="less" scoped> |
|
|
.sidebar { |
|
|
.sidebar { |
|
|
.el-menu-item [class^="el-icon-"] { |
|
|
.el-menu-item [class^="el-icon-"] { |
|
@ -50,7 +58,6 @@ export default { |
|
|
i::before { |
|
|
i::before { |
|
|
width: 22px; |
|
|
width: 22px; |
|
|
height: 22px; |
|
|
height: 22px; |
|
|
// color: #528db8; |
|
|
|
|
|
color: #2d9b8e; |
|
|
color: #2d9b8e; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
} |
|
|
} |
|
@ -65,8 +72,6 @@ export default { |
|
|
background: linear-gradient(360deg, #1f534e 0%, #2b978e 57%, #3cbdb2 100%); |
|
|
background: linear-gradient(360deg, #1f534e 0%, #2b978e 57%, #3cbdb2 100%); |
|
|
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px #cccccc, |
|
|
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px #cccccc, |
|
|
0px 1px 0px 0px #ffffff; |
|
|
0px 1px 0px 0px #ffffff; |
|
|
// background: linear-gradient(360deg, #3478A9 0%, #60A5D8 57%, #67A9D9 100%); |
|
|
|
|
|
// box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px #CCCCCC, 0px 1px 0px 0px #FFFFFF; |
|
|
|
|
|
i, |
|
|
i, |
|
|
i::before { |
|
|
i::before { |
|
|
width: 22px; |
|
|
width: 22px; |
|
|