zhengnaiwen_citu hace 5 meses
padre
commit
a9e375cd0b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/layout/components/MenuSide.vue

+ 2 - 1
src/layout/components/MenuSide.vue

@@ -66,7 +66,7 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-$height: 50px;
+$height: 56px;
 .menu {
   height: calc(100vh - #{$height});
   overflow: auto;
@@ -76,6 +76,7 @@ $height: 50px;
   // color: #fff;
   // background-color: #001529;
   font-size: 0;
+  border-bottom: 1px solid #eee;
   &.active {
     width: 100%;
     box-sizing: border-box;