Browse Source

面包屑字号4609,空图片

zhouna 5 years ago
parent
commit
bd7586ff0a
6 changed files with 4 additions and 12 deletions
  1. 0 3
      src/css/console.less
  2. 0 2
      src/css/deptConsole.less
  3. 1 4
      src/css/reset.less
  4. 1 1
      src/js/qcList.js
  5. 1 1
      src/js/qcListDept.js
  6. 1 1
      src/js/qcListPerson.js

+ 0 - 3
src/css/console.less

@@ -126,11 +126,9 @@ body.console {
   min-width: 100px;
   p {
     display: inline-block;
-    font-size: 16px;
     color: @fstColor;
     span {
       color: @fstColor;
-      font-size: 16px;
     }
   }
   .dateDetail {
@@ -142,7 +140,6 @@ body.console {
   .monthYear {
     float: right;
     margin-right: 20px;
-    border: 1px solid #00A1FF;
     height: 30px;
     line-height: 30px;
     cursor: pointer;

+ 0 - 2
src/css/deptConsole.less

@@ -106,11 +106,9 @@ body.console {
   letter-spacing: 1px;
   p {
     display: inline-block;
-    font-size: 16px;
     color: @fstColor;
     span,i {
       color: @fstColor;
-      font-size: 16px;
     }
   }
   .dateDetail {

+ 1 - 4
src/css/reset.less

@@ -146,7 +146,7 @@ textarea {
   line-height: 44px;
   /*padding: 0 0 0 15px;*/
   border-bottom: 10px solid #EFF1F6;
-  font-size: 16px;
+  font-size: 14px;
   text-indent: 20px;
   font-weight: normal;
   letter-spacing: 1px;
@@ -366,16 +366,13 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
   min-width: 100px;
   p {
     display: inline-block;
-    font-size: 16px;
     color: @themeColor;
     a {
-      font-size: 16px;
       color: @themeColor;
       opacity: 70%;
     }
     span {
       color: @themeColor;
-      font-size: 16px;
     }
     i {
       color: @themeColor;

+ 1 - 1
src/js/qcList.js

@@ -150,7 +150,7 @@ function renderTab(data,hisId){
     let hasSelectAll = true;
     if(data.length===0){
       $('tbody').html(`<tr><td colspan="17" style="text-align: center;color: #aaa">
-          <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
+          <img style="margin-top:50px;width:100px;" src="${require('../images/empty1.png')}" />
           <p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
       </td></tr>`)
       return;

+ 1 - 1
src/js/qcListDept.js

@@ -165,7 +165,7 @@ function renderTab(data){
     let hasSelectAll = true;
     if(data.length===0){
       $('tbody').html(str?str:`<tr><td colspan="17" style="text-align: center;color: #aaa">
-          <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
+          <img style="margin-top:50px;width:100px;" src="${require('../images/empty1.png')}" />
           <p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
       </td></tr>`)
       return;

+ 1 - 1
src/js/qcListPerson.js

@@ -165,7 +165,7 @@ function renderTab(data){
     let hasSelectAll = true;
     if(data.length===0){
         $('tbody').html(str?str:`<tr><td colspan="17" style="text-align: center;color: #aaa">
-            <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
+            <img style="margin-top:50px;width:100px;" src="${require('../images/empty1.png')}" />
             <p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
         </td></tr>`)
         return;