Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
logofun opened this issue Oct 30, 2017 · 1 comment
Open

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

logofun opened this issue Oct 30, 2017 · 1 comment

Comments

@logofun
Copy link

logofun commented Oct 30, 2017

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

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

    @logofun
    Copy link
    Author

    logofun commented Oct 30, 2017

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

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant