noneCms icon indicating copy to clipboard operation
noneCms copied to clipboard

给后台界面上[栏目管理]增加滚动条的方法

Open logofun opened this issue 7 years ago • 1 comments

在public.css中加入 class="z-scroll" 内容如下 .z-scroll{ height:300px; overflow:auto; }

然后对 index_index.html文件中加入 的ul (class=second-nav)的地方增加 z-scroll 解决

logofun avatar Oct 30 '17 08:10 logofun

<ul class="second-nav z-scroll" id="second-nav" style="display: block;">

logofun avatar Oct 30 '17 08:10 logofun