|
@@ -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;
|