Browse Source

1、应收对账,日历此时和确定按钮热区

shenjunjie 7 years ago
parent
commit
4ed588af71
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/main/webapp/resources/view/vendor/b2b/apCheck.html

+ 4 - 1
src/main/webapp/resources/view/vendor/b2b/apCheck.html

@@ -732,7 +732,7 @@
                   </div>
               </td>
               <td ng-if="check.totalCount.length === 0">-</td>
-            <td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">立即对账</td>
+            <td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">对账详情</td>
           </tr>
         </tbody>
 
@@ -1140,4 +1140,7 @@
       left: auto !important;
       right: 0;
   }
+  .wui-date.small .wui-date-picker .month_panel .wui-data-table td {
+      line-height: 20px;
+  }
 </style>