Jonlin 6 rokov pred
rodič
commit
e5a70d56fc

+ 16 - 9
application/admin/view/index/index.html

@@ -15,6 +15,14 @@
     <link href="__CSS__/style.min.css?v=4.1.0" rel="stylesheet">
     <link href="__JS__/layui/css/myLayui.css" rel="stylesheet">
 </head>
+<style>
+    dl dd{
+        height: 30px;
+    }
+    input.layui-input.layui-unselect {
+        height: 30px;
+    }
+</style>
 <body class="gray-bg">
 <div class="wrapper wrapper-content">
     <div class="row">
@@ -112,8 +120,8 @@
             <!--搜索框开始-->
             <form id="realTimeForm"  role="form" method="post" class="form-inline">
                 <div class="content clearfix m-b">
-                    <div class="form-group">
-                        <label>分组名称</label>
+                    <div class="form-group" style="margin-top: 5px;">
+                        <label>分组名称:</label>
                         <div class="input-group col-sm-4 layui-form" style="width: 120px;">
                             <input type="hidden" id="group_id"/>
                             <select lay-verify="required" lay-filter="group">
@@ -126,8 +134,8 @@
                             </select>
                         </div>
                     </div>
-                    <div class="form-group" style="margin-left: 40px">
-                        <label>报警状态</label>
+                    <div class="form-group" style="margin-left: 40px;margin-top: 5px;">
+                        <label>报警状态:</label>
                         <div class="input-group col-sm-4 layui-form" style="width: 120px;">
                             <input type="hidden" id="alarm_id"/>
                             <select lay-verify="required" lay-filter="alarm">
@@ -169,7 +177,7 @@
             <form id='commentForm' style="display: none" role="form" method="get" class="form-inline">
                 <div class="content clearfix m-b">
                     <div class="form-group">
-                        <label>分组名称</label>
+                        <label>分组名称:</label>
                         <div class="input-group col-sm-4 layui-form" style="width: 120px;">
                             <select lay-verify="required" lay-filter="group" name="type1" id="type1">
                                 <option value="">全部客服组</option>
@@ -182,7 +190,7 @@
                         </div>
                     </div>
                     <div class="form-group" style="margin-left: 40px">
-                        <label>登陆状态</label>
+                        <label>登陆状态:</label>
                         <div class="input-group col-sm-4 layui-form" style="width: 120px;">
                             <select lay-verify="required" lay-filter="alarm"  name="type2" id="type2">
                                 <option value="">所有状态</option>
@@ -205,8 +213,7 @@
 
                     <div class="form-group">
                         <lable>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</lable>
-                        <button class="btn btn-primary" type="button" style="margin-top:5px" id="search"><strong>搜
-                            索</strong>
+                        <button class="btn btn-primary btn-sm" type="button" style="margin-top:5px" id="search">搜索
                         </button>
                     </div>
                 </div>
@@ -423,7 +430,7 @@
             "<td>" +
             "<a href='/admin/system/detail/id/"+cvtList[key].servicelog_id+"/type/onLine.html'>" +
             "<button type='button' class='btn btn-primary btn-sm'>" +
-            "<i class='fa fa-paste'></i> 详情" +
+            " 详情" +
             "</button>" +
             "</a>" +
             "</td>" +

+ 15 - 6
application/admin/view/report/attendancereport.html

@@ -12,6 +12,14 @@
     <link href="__CSS__/style.min.css?v=4.1.0" rel="stylesheet">
     <link href="__JS__/layui/css/layui.css" rel="stylesheet">
 </head>
+<style>
+    dl dd{
+        height: 30px;
+    }
+    input.layui-input.layui-unselect {
+        height: 30px;
+    }
+</style>
 <body class="gray-bg">
 <div class="wrapper wrapper-content animated fadeInRight">
     <!-- Panel Other -->
@@ -25,15 +33,16 @@
             <form id='commentForm' role="form" method="post" class="form-inline pull-right">
                 <div class="content clearfix m-b">
                     <div class="form-group">
+                        <label>考勤日期:</label>
                         <div class="layui-input-inline">
                             <input type="text" class="layui-input" name="daterang"
                                    id="daterang" value="{$dzone}"
                                    placeholder="时间段"
-                                   readonly="">
+                                   readonly="" style="height: 30px;">
                         </div>
                     </div>
 
-                    <div class="form-group">
+                    <div class="form-group" style="margin-left:10px;">
                         <div class="input-group col-sm-4 layui-form" style="width: 100px;">
                             <input type="hidden" id="groupid" value="0"/>
                             <select lay-verify="required" lay-filter="groupid">
@@ -56,13 +65,13 @@
                         <!--</div>-->
                     <!--</div>-->
 
-                    <div class="form-group">
-                        <button class="btn btn-primary" type="button" id="search"><strong> </strong>
+                    <div class="form-group" style="margin-top: 5px;">
+                        <button class="btn btn-primary btn-sm" type="button" id="search">搜索
                         </button>
                     </div>
 
-                    <div class="form-group" style="margin-left:50px;">
-                        <button class="btn btn-primary" type="button" id="toExcel" name="toExcel" value="0"><strong>导出Excel</strong>
+                    <div class="form-group" style="margin-left:20px;margin-top: 5px;">
+                        <button class="btn btn-primary btn-sm" type="button" id="toExcel" name="toExcel" value="0">导出Excel
                         </button>
                     </div>
 

+ 2 - 2
application/admin/view/report/index.html

@@ -25,12 +25,12 @@
                     <div class="form-group">
                         <label>时间区间:</label>
                         <div class="layui-input-inline">
-                            <input style="width: 180px;" type="text" class="layui-input" name="daterang" id="daterang" value={$defaultTime} placeholder="时间段"
+                            <input style="width: 180px;height: 30px;" type="text" class="layui-input" name="daterang" id="daterang" value={$defaultTime} placeholder="时间段"
                                    readonly="">
                         </div>
                     </div>
                     <div class="form-group">
-                        <button class="btn btn-primary" type="button" id="search"><strong> </strong>
+                        <button class="btn btn-primary btn-sm" type="button" id="search">搜索
                         </button>
                     </div>
                 </div>

+ 16 - 8
application/admin/view/report/workreport.html

@@ -12,6 +12,14 @@
     <link href="__CSS__/style.min.css?v=4.1.0" rel="stylesheet">
     <link href="__JS__/layui/css/myLayui.css" rel="stylesheet">
 </head>
+<style>
+    dl dd{
+        height: 30px;
+    }
+    input.layui-input.layui-unselect {
+        height: 30px;
+    }
+</style>
 <body class="gray-bg">
 <div class="wrapper wrapper-content animated fadeInRight">
     <!-- Panel Other -->
@@ -24,11 +32,11 @@
             <form id='commentForm' role="form" method="post" class="form-inline pull-right">
                 <div class="content clearfix m-b">
                     <div class="form-group">
-                        <label>工作日期</label>
-                        <input type="text" class="form-control" id="start" value="<?php echo date('Y-m-d',time()-86400);?>" style="width: 100px;"> --
-                        <input type="text" class="form-control" id="end" value="<?php echo date('Y-m-d',time()-86400);?>" style="width: 100px;">
+                        <label>工作日期:</label>
+                        <input type="text" class="form-control" id="start" value="<?php echo date('Y-m-d',time()-86400);?>" style="width: 100px;height: 30px;"> --
+                        <input type="text" class="form-control" id="end" value="<?php echo date('Y-m-d',time()-86400);?>" style="width: 100px;height: 30px;">
                     </div>
-                    <div class="form-group">
+                    <div class="form-group" style="margin-left: 10px;">
                         <div class="input-group col-sm-4 layui-form" style="width: 70px;">
                             <input type="hidden" id="user" value="user_account"/>
                             <select lay-verify="required" lay-filter="user">
@@ -39,14 +47,14 @@
                     </div>
                     <div class="form-group">
                         <!--<label>客服:</label>-->
-                        <input type="text" class="form-control" id="username" name="user_name">
+                        <input type="text" class="form-control" id="username" name="user_name" style="height:30px;">
                     </div>
                     <div class="form-group">
-                        <button class="btn btn-primary" type="button" style="margin-top:5px" id="search"><strong> </strong>
+                        <button class="btn btn-primary btn-sm" type="button" style="margin-top:5px" id="search">搜索
                         </button>
                     </div>
-                    <div class="form-group" style="margin-left:50px;margin-top:5px">
-                        <button class="btn btn-primary" type="button" id="toExcel" name="toExcel" value="0"><strong>导出Excel</strong>
+                    <div class="form-group" style="margin-left:20px;margin-top:5px">
+                        <button class="btn btn-primary btn-sm" type="button" id="toExcel" name="toExcel" value="0">导出Excel
                         </button>
                     </div>
                 </div>