Browse Source

新增对账单字号大小、列表居中显示。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9242 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 8 years ago
parent
commit
f98c38c4ec

+ 1 - 1
src/main/webapp/resources/css/index.css

@@ -3864,7 +3864,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 	margin-top: 0;
 }
 .tab-list .tab03 a.a04{
-	margin-top: 55px;
+	margin-top: 56px;
 }
 /*财务tab*/
 .tab-list .tab04{

+ 14 - 5
src/main/webapp/resources/tpl/index/fa/apCheckList.html

@@ -4,8 +4,8 @@
 }
 
 .add-apCheckList input[type="checkbox"] {
-	width: 16px;
-	height: 16px
+	/*width: 16px;
+	height: 16px*/
 }
 
 .add-apCheckList .table-wrap {
@@ -32,7 +32,7 @@
 }
 
 .add-apCheckList .table-body-wrap {
-	max-height: 1000px;
+	max-height: 600px;
 	overflow-x: auto;
 	overflow-y: scroll;
 }
@@ -53,6 +53,15 @@
 .has-feedback input[type="search"] {
 	padding-right: 0 !important;
 }
+.table>tbody>tr>td{
+	vertical-align: middle;
+}
+.form-horizontal .form-group-sm .control-label{
+	font-size: 14px;
+}
+.form-group .form-control{
+	font-size: 14px;
+}
 </style>
 
 <div style="margin-right: 20px;">
@@ -183,7 +192,7 @@
 			<div class="table-header-wrap">
 				<table class="table table-bordered">
 					<tr>
-						<th width="36"><input type="checkbox" name="checkbox"
+						<th width="36" style="vertical-align: middle;"><input type="checkbox" name="checkbox"
 							ng-model="checkboxes.checked" ng-click="checkAll()"></th>
 						<th width="100">本次<br>对账数
 						</th>
@@ -223,7 +232,7 @@
 						ng-repeat="check in data | filter:condition.factory | filter:condition.prodSpec | filter:condition.prodTitle | filter:condition.uuorname | filter:condition.venduuorname | orderBy: 'piDate': reverse=true"
 						ng-if="((condition.dateFrom == '') || ((condition.dateFrom !== '') && (condition.dateFrom <= check.piDate))) && ((condition.dateTo == '') || ((condition.dateTo !== '') && (condition.dateTo >= check.piDate)))"
 						class="thAlign" style="height: 40px;">
-						<td width="36" style="text-align: center"><input
+						<td width="36" style="text-align: center;vertical-align: middle;"><input
 							ng-model="check.$selected" name="checkbox"
 							ng-click="checkOne(check)" ng-change="getTotalMoney()"
 							type="checkbox"></td>