Browse Source

改善统计科室内页

zhouna 3 years ago
parent
commit
6f6090966d

+ 1 - 0
src/css/dept/statisticsDetailDept.less

@@ -50,6 +50,7 @@ h2{
     min-width: 1090px;
     th,td{
         padding:5px 10px;
+        text-align: center;
     }
     th{
         white-space: nowrap;

+ 1 - 1
src/html/dept/statisticsDetailDept.html

@@ -19,7 +19,7 @@
             <div class="clearfix">
                     <span class="filterItem typeFilter deptListWrap">
                         <span>科室:</span>
-                        <span class="selectDept">全部</span>
+                        <span class="selectDept" style="background: #eff0f9">全部</span>
                         <!--<input type="text" class="selectDept canEditDept" value="全部">
                         <ul class="deptList filterDropList"></ul>-->
                     </span>

File diff suppressed because it is too large
+ 309 - 1226
src/js/dept/statisticsDetailDept.js