diff --git a/admin/css/other/department.css b/admin/css/other/department.css new file mode 100644 index 0000000..d6898b7 --- /dev/null +++ b/admin/css/other/department.css @@ -0,0 +1,6 @@ +.organizationTree { + width: 100% !important; + height: -webkit-calc(100vh - 130px); + height: -moz-calc(100vh - 130px); + height: calc(100vh - 130px); +} diff --git a/component/pear/module/popup.js b/component/pear/module/popup.js index f5cddc6..0a5356c 100644 --- a/component/pear/module/popup.js +++ b/component/pear/module/popup.js @@ -8,7 +8,7 @@ layui.define(['layer', 'jquery', 'element'], function(exports) { var popup = new function() { - this.success = function(msg) { + this.success = function(msg) { layer.msg(msg, { icon: 1, time: 1000 diff --git a/view/system/deptment.html b/view/system/deptment.html index cd4e219..bdc435d 100644 --- a/view/system/deptment.html +++ b/view/system/deptment.html @@ -4,14 +4,7 @@