Commit 08aecc87 authored by 赵伟庚's avatar 赵伟庚

[style](侧边导航栏): 优化侧边导航栏滚动条样式

parent 3dd59905
<template>
<ul class="nav-list" v-if="list && list.length">
<ul class="nav-list bg-no-scroll" v-if="list && list.length">
<li v-for="(item, index) in list" v-show="item.menuType !== 2" :key="'nav_' + index">
<template v-if="item.children && item.children.length && item.menuType == 0">
<div
......
......@@ -522,7 +522,7 @@ a {
}
> .bg-nav-list {
height: calc(100% - 135px);
height: calc(100% - 10px);
box-sizing: border-box;
ul.nav-list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment