Przeglądaj źródła

客户资料与供应商资料列表操作按钮文字占两行。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8102 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 lat temu
rodzic
commit
f4f36d2d17

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/vendor.html

@@ -125,7 +125,7 @@
 						<td ng-bind="::vendor.vendorUser.position"></td>
 						<td class="text-center" ng-bind="::vendor.vendorUser.userTel"></td>
 						<td class="text-center">
-							<a  href="#/purc/vendor/{{vendor.id}}">查看详情</a>
+							<a  href="#/purc/vendor/{{vendor.id}}">查看详情</a><br/>
 							<a ng-click="purcByEn(vendor.vendorEnterprise.enBussinessCode)">下达采购单</a>
 						</td>
 					</tr>

+ 1 - 2
src/main/webapp/resources/tpl/index/sale/customer.html

@@ -134,9 +134,8 @@
 						<td class="text-center" ng-bind="::customer.vendorUser.userName"></td>
 						<td class="text-center">
 								<!--<a title="展开" class="text-muted" ng-click="open(customer,$index)"><i class="fa fa-toggle-down fa-lg"></i></a>-->
-								<a ng-click="viewDetail(customer.id)">查看详情</a>&nbsp;&nbsp;
+								<a ng-click="viewDetail(customer.id)">查看详情</a><br/>
 								<a title="新增" style="color: #327ebe;" ng-click="addUserInfo(customer)"><!--<i class="fa fa-plus-circle fa-lg">-->分配</i></a>
-
 							</div>
 						</td>
 					</tr>