nangge / noneCms

基于thinkphp5.1 的内容管理系统,可快速搭建博客、企业站;并且增加了实时聊天室
http://www.5none.com
Other
273 stars 120 forks source link

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

Open logofun opened 7 years ago

logofun commented 7 years ago

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

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

logofun commented 7 years ago

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