Browse Source

hou tai ye mian ying hang sheng he

wangcz 8 years ago
parent
commit
f3c9d33a53

+ 1 - 1
src/main/webapp/resources/view/common/bankInfoModal.html

@@ -22,7 +22,7 @@
 	.divinline .select-down{
 		float:left;
 		width: 241px;
-		height:230px;
+		max-height:230px;
 		overflow-y: scroll;
 		border-radius: 3px;
 		border:1px solid #5078cb;

+ 11 - 19
src/main/webapp/resources/view/usercenter/forstore/pay_center.html

@@ -230,7 +230,7 @@
 	#pay_center .tab .user-account-table {
 		width: 999px;
 		margin: 0 auto;
-		table-layout:fixed;
+		/*table-layout:fixed;*/
 	}
 	#pay_center .tab .user-account-table thead {
 		background: #89aefa;
@@ -250,19 +250,11 @@
 		color: #666;
 		padding-left: 11px;
 		height: 51px;
-		line-height: 51px;
-		overflow: hidden;
-		text-overflow: ellipsis;
-		white-space:nowrap;
+		line-height: 24px;
 		border-left: 1px solid #dae5fd;
 		border-bottom: 1px solid #dae5fd;
 	}
-	#pay_center .tab .user-account-table tbody tr:hover td{
-		min-height:51px;
-		overflow:visible;
-		white-space:normal;
-		line-height: 32px;
-	}
+
 	#pay_center .tab .user-account-table tbody tr td.operate-area {
 		border-right: 1px solid #dae5fd;
 	}
@@ -274,9 +266,9 @@
 		line-height: 24px;
 		background: #5078cb;
 		color: #fff;
-		padding: 0 9px;
+		padding: 0 5px;
 		display: inline-block;
-		margin-left: 20px;
+		margin-left: 10px;
 		cursor: pointer;
 	}
 	#pay_center .mall-btn-warn {
@@ -285,8 +277,8 @@
 		line-height: 24px;
 		background: #fc4f03;
 		color: #fff;
-		padding: 0 9px;
-		margin-left: 20px;
+		padding: 0 5px;
+		margin-left: 10px;
 		cursor: pointer;
 	}
 	#pay_center .tab .tab-header {
@@ -401,10 +393,10 @@
 				<table class="user-account-table" ng-table="bankInfoTableParams">
 					<thead>
 						<th width="165">开户银行</th>
-						<th width="209">开户支行</th>
-						<th width="204">银行账号</th>
-						<th width="263">开户名称</th>
-						<th width="168">操作</th>
+						<th width="240">开户支行</th>
+						<th width="80">银行账号</th>
+						<th width="400">开户名称</th>
+						<th width="130">操作</th>
 					</thead>
 					<tbody>
 						<tr ng-repeat="account in accounts">

+ 8 - 17
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -549,7 +549,6 @@
     #pay_center .tab .user-account-table {
         width: 999px;
         margin: 0 auto;
-        table-layout:fixed;
     }
     #pay_center .tab .user-account-table thead {
         background: #89aefa;
@@ -569,19 +568,10 @@
         color: #666;
         padding-left: 11px;
         height: 51px;
-        line-height: 51px;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space:nowrap;
+        line-height: 25px;
         border-left: 1px solid #dae5fd;
         border-bottom: 1px solid #dae5fd;
     }
-    #pay_center .tab .user-account-table tbody tr:hover td{
-        min-height:51px;
-        line-height: 32px;
-        overflow: visible;
-        white-space:normal;
-    }
     #pay_center .tab .user-account-table tbody tr td.operate-area {
         border-right: 1px solid #dae5fd;
         color:#5f82cf;
@@ -604,6 +594,7 @@
         position:absolute;
         top:3px;
         left:20px;
+        z-index:10000;
         background: #fff;
         border:1px solid #89aefa;
     }
@@ -747,12 +738,12 @@
                 <table class="user-account-table" ng-table="bankInfoTableParams" style="margin-bottom:34px;">
                     <thead>
                     <tr>
-                        <th width="130 ">开户银行</th>
-                        <th width="190">开户支行</th>
-                        <th width="200">银行账号</th>
-                        <th width="185">开户名称</th>
-                        <th width="65">状态</th>
-                        <th width="100">操作</th>
+                        <th width="165">开户银行</th>
+                        <th width="240">开户支行</th>
+                        <th width="80">银行账号</th>
+                        <th width="400">开户名称</th>
+                        <th width="80">状态</th>
+                        <th width="60">操作</th>
                     </tr>
                     </thead>
                     <tbody>