Quellcode durchsuchen

统计样式修改

wangjianguo vor 9 Jahren
Ursprung
Commit
36caca3f0f

+ 14 - 0
VisualInspection/css/statistics/assess_situation.css

@@ -4,6 +4,13 @@
     padding-top: 6px;
 }
 
+.select-date{
+    width:60px;
+    float:left;
+    padding-top: 6px;
+    margin-left: 100px;
+}
+
 .col-sm-1{
     width:102px;
     float:left;
@@ -68,3 +75,10 @@
     height:43px;
 }
 
+table{
+    border-color:#d9d9d9;
+}
+
+
+
+

+ 2 - 2
VisualInspection/view/statistics/assess_situation.html

@@ -4,7 +4,7 @@
     <div class="form-div">
         <form  class="form-horizontal">
             <div class="form-group">
-                <div class="from-label"><label>查日期</label></div>
+                <div class="from-label"><label>查日期</label></div>
                 <div class="col-sm-3">
                     <input type="text" id="start-time" class="form-control form-date" placeholder="开始日期">
                 </div>
@@ -25,7 +25,7 @@
     <div class="row">
           <!-- 使用一个div来显示数据表格 -->
           <div class="datatable" data-checkable="false" data-sortable="false">
-              <div class="table-head" ><table border="1" width="100%" height="90px" align="center">
+              <div class="table-head" ><table border="1" width="100%" height="90px" align="center" class="a">
                   <thead>
                   <tr>
                   <th rowspan="2" width="110px">道管</th><th rowspan="2" width="80px">道管内排名</th><th rowspan="2" width="90px">站名</th>

+ 1 - 1
VisualInspection/view/statistics/assess_type.html

@@ -4,7 +4,7 @@
     <div class="form-div">
         <form  class="form-horizontal">
             <div class="form-group">
-                <div class="from-label"><label>查日期</label></div>
+                <div class="from-label"><label>查日期</label></div>
                 <div class="col-sm-3">
                     <input type="text" id="start-time" class="form-control form-date" placeholder="开始日期">
                 </div>

+ 1 - 1
VisualInspection/view/statistics/emp_ranking.html

@@ -9,7 +9,7 @@
                     <select class="form-control" id="fsList">
                     </select>
                 </div>
-                <div class="from-label"><label>稽查日期</label></div>
+                <div class="select-date"><label class="select-date1">查询日期</label></div>
                 <div class="col-sm-3">
                     <input type="text" id="start-time" class="form-control form-date" placeholder="开始日期">
                 </div>