diff --git a/app/home/view/admin/add.html b/app/home/view/admin/add.html index 5ce1ec2..aa45e8f 100644 --- a/app/home/view/admin/add.html +++ b/app/home/view/admin/add.html @@ -3,6 +3,7 @@ {block name="body"}
{if condition="$id eq 0"} +

添加员工信息

@@ -84,6 +85,7 @@
员工姓名*
{else/} +

编辑员工信息

diff --git a/app/home/view/admin/view.html b/app/home/view/admin/view.html index 5d1b368..4d02c19 100644 --- a/app/home/view/admin/view.html +++ b/app/home/view/admin/view.html @@ -2,7 +2,7 @@ {block name="body"} -

基本信息

+

员工信息

员工姓名*
@@ -85,7 +85,7 @@
登录账号
-

用户权限

+

用户权限

diff --git a/app/home/view/analysis/index.html b/app/home/view/analysis/index.html index b36fcae..7ed63c5 100644 --- a/app/home/view/analysis/index.html +++ b/app/home/view/analysis/index.html @@ -38,9 +38,9 @@ fieldset.layui-field-title {
¥ 126,560
周同比 12% - + 日同比 3% - +
日销报销 ¥12,423
diff --git a/app/home/view/department/index.html b/app/home/view/department/index.html index 6ef7536..c8f454a 100644 --- a/app/home/view/department/index.html +++ b/app/home/view/department/index.html @@ -36,7 +36,7 @@ , { field: 'title', title: '部门名称'} , { field: 'leader', title: '部门负责人',width: 120, align: 'center'} , { field: 'phone', title: '部门电话',width: 160,} - , { width:160, title: '操作', align: 'center', templet: function (d) { + , { width:180, title: '操作', align: 'center', templet: function (d) { var html = ''; return html; } diff --git a/app/home/view/position/view.html b/app/home/view/position/view.html index c011d28..ff1d6bf 100644 --- a/app/home/view/position/view.html +++ b/app/home/view/position/view.html @@ -34,7 +34,7 @@
权限配置
操作菜单可见
-

岗位权限

+

岗位权限

diff --git a/public/static/home/css/common.css b/public/static/home/css/common.css index 94df5c5..2e56e86 100644 --- a/public/static/home/css/common.css +++ b/public/static/home/css/common.css @@ -66,9 +66,11 @@ .layui-td-gray3{color:#999; width:120px; text-align:right; background-color:#f8f8f8;} .layui-td-gray4{color:#999; width:150px; text-align:right; background-color:#f8f8f8;} .layui-td-gray font,.layui-td-gray2 font,.layui-td-gray3 font{color:#FF6347; margin-left: 3px;} - .main-body{padding:15px;padding-bottom: 0;min-width: 868px;} - .body-content{padding:10px;background-color:#fff;} + .main-body{padding:15px;padding-bottom: 0; min-width: 868px;} + .body-content{background-color:#fff;} .body-table{background-color:#fff; margin-bottom:15px} + .h3-title{font-size:18px; height:39px; font-weight:800} + .h3-title2{font-size:18px; height:39px; font-weight:800; padding-top:20px} .body-form-btn{padding:10px 0;} .span-color--1{color:#999999;} .span-color-0{color:#5FB878;} @@ -105,5 +107,4 @@ .layui-anim-rl.layui-layer-iframe{ overflow:inherit!important; } -.right-popup-close{position: absolute;width:50px;height:44px;line-height:44px;text-align:center; left: -52px;right:0; top: 50px;background-color:#FF5722;color:#fff;border-radius:6px 0 0 6px; cursor:pointer; border:2px solid #fff;} -.h3-title{font-size:18px; height:36px; font-weight:800} \ No newline at end of file +.right-popup-close{position: absolute;width:50px;height:44px;line-height:44px;text-align:center; left: -52px;right:0; top: 50px;background-color:#FF5722;color:#fff;border-radius:6px 0 0 6px; cursor:pointer; border:2px solid #fff;} \ No newline at end of file
权限配置
操作菜单可见