From b57287be5e9dc4ce054ddd2e013c0e7a7520c83b Mon Sep 17 00:00:00 2001 From: Crush <3350009402@qq.com> Date: Fri, 25 Sep 2020 15:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=20department=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/other/department.css | 6 ++++++ component/pear/module/popup.js | 2 +- view/system/deptment.html | 11 ++--------- 3 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 admin/css/other/department.css 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 @@ 部门管理 - +
@@ -55,7 +48,7 @@
-
    +