Browse Source

添加用户时字迹无法看见的bug的处理

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8033 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
ddeed1602d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/tpl/index/approvalFlow/user.html

+ 2 - 2
src/main/webapp/resources/tpl/index/approvalFlow/user.html

@@ -301,8 +301,8 @@
 	<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
 		<span class="f14">我的客户</span>
 		<div class="pull-right" ng-show="user.sys">
-			<a title="新增用户默认密码为111111" ng-show="adding == true" class="btn btn-success btn-sm" ng-disabled="newUserForm.$invalid" ng-click="addUser(newUser)" class="text-simple">
-				<i class="fa fa-user-plus fa-fw"></i>
+			<a title="新增用户默认密码为111111" ng-show="adding == true" class="btn btn-success btn-sm" ng-disabled="newUserForm.$invalid" ng-click="addUser(newUser)" class="text-simple" style="color: #fff">
+				<i class="fa fa-user-plus fa-fw" ></i>
 				确定添加
 			</a>
 			<a ng-click="adding = false" ng-show="adding == true" class="text-simple">