forked from kidgrow-microservices-platform

zhaoxiaohao
2021-03-23 a84137b0b1660bf4033f6831c19dac09c02ccc30
自定义权限的树状图添加滚动条
1 files modified
10 ■■■■ changed files
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/role.html 10 ●●●● patch | view | raw | blame | history
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/role.html
@@ -88,7 +88,7 @@
                </select>
            </div>
        </div>
        <div class="layui-form-item" id="tree">
        <div class="layui-form-item layui_layout_body" id="tree">
            <!-- <label class="layui-form-label">数据权限</label> -->
            <!-- <div id="orgParentId-tree" class="demo-tree demo-tree-box"></div> -->
            <ul id="treeMenu-role" class="ztree" style="padding: 25px 0px 20px 60px;"></ul>
@@ -448,4 +448,10 @@
        });
    });
</script>
</script>
<style>
    .layui_layout_body {
        overflow-y: auto;
        height: 200px;
    }
 </style>