|
@@ -35,22 +35,22 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.siderbar-contaiter {
|
|
.siderbar-contaiter {
|
|
- width: 90px !important;
|
|
|
|
|
|
+ width: 80px !important ;/*no*/
|
|
height: 100%;
|
|
height: 100%;
|
|
- padding: 0 5px;
|
|
|
|
|
|
+ // padding: 0 5px;/*no*/
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- margin-top: 16px;
|
|
|
|
|
|
+ margin-top: 16px;/*no*/
|
|
.routerlink {
|
|
.routerlink {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
- width: 80px;
|
|
|
|
- height: 80px;
|
|
|
|
|
|
+ width: 80px;/*no*/
|
|
|
|
+ height: 80px;/*no*/
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
justify-content: space-evenly;
|
|
img {
|
|
img {
|
|
- width: 24px;
|
|
|
|
- height: 24px;
|
|
|
|
|
|
+ width: 24px;/*no*/
|
|
|
|
+ height: 24px;/*no*/
|
|
}
|
|
}
|
|
span {
|
|
span {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -68,8 +68,8 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.routerlink:hover {
|
|
.routerlink:hover {
|
|
- width: 80px;
|
|
|
|
- height: 80px;
|
|
|
|
|
|
+ width: 80px;/*no*/
|
|
|
|
+ height: 80px;/*no*/
|
|
background-color: #1c263a;
|
|
background-color: #1c263a;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
@@ -77,24 +77,24 @@ export default {
|
|
background-color: #636c97;
|
|
background-color: #636c97;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-@media screen and (max-width: 1400px) {
|
|
|
|
- .siderbar-contaiter {
|
|
|
|
- .routerlink {
|
|
|
|
- span {
|
|
|
|
- transform: scale(0.8);
|
|
|
|
- width: calc(100% + 60px);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-@media screen and(max-width:1279px) {
|
|
|
|
- .siderbar-contaiter {
|
|
|
|
- .routerlink {
|
|
|
|
- span {
|
|
|
|
- transform: scale(0.7);
|
|
|
|
- width: calc(100% + 60px);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+// @media screen and (max-width: 1400px) {
|
|
|
|
+// .siderbar-contaiter {
|
|
|
|
+// .routerlink {
|
|
|
|
+// span {
|
|
|
|
+// transform: scale(0.8);
|
|
|
|
+// width: calc(100% + 60px);
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// @media screen and(max-width:1279px) {
|
|
|
|
+// .siderbar-contaiter {
|
|
|
|
+// .routerlink {
|
|
|
|
+// span {
|
|
|
|
+// transform: scale(0.7);
|
|
|
|
+// width: calc(100% + 60px);
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
+// }
|
|
</style>
|
|
</style>
|