|
|
@@ -55,24 +55,6 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
-.aside-menu {
|
|
|
- position: relative;
|
|
|
- // el-menu-item is-active
|
|
|
- &.active {
|
|
|
- font-weight: bold;
|
|
|
- color: #ffa526;
|
|
|
- // background-color: rgba(0, 0, 0, 0.2);
|
|
|
- &::before {
|
|
|
- content: '';
|
|
|
- width: 4px;
|
|
|
- height: 50px;
|
|
|
- background: #ffa526;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
.container {
|
|
|
padding-bottom: 200px;
|
|
|
|
|
|
@@ -105,7 +87,6 @@ export default {
|
|
|
background: linear-gradient(90deg, #fdfb60 0%, #fdfb60 0%, #ff8f3e 100%);
|
|
|
border-radius: 2px;
|
|
|
content: '';
|
|
|
- height: 36px;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 12px;
|