Browse Source

产品导入列表、供应商详情列数据展示行距调整。

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

+ 0 - 1
src/main/webapp/resources/css/add.css

@@ -2229,7 +2229,6 @@ option {
     border-bottom: #e8e8e8 1px solid;
     background: #fff;
     vertical-align: middle;
-    padding: 15px;
 }
 
 .pro-add-data02 table tbody tr {

+ 2 - 2
src/main/webapp/resources/tpl/index/baseInfo/prodList.html

@@ -116,9 +116,9 @@
     padding: 10px 0;
 }
 .order-hd td{
-    line-height: 20px;
+    line-height: 25px;
     word-break: break-word;
-    padding: 10px 5px;
+    padding: 10px 5px !important;
 }
 .toolbar td a{
     margin-left: 18px;

+ 7 - 4
src/main/webapp/resources/tpl/index/sale/customer_detail.html

@@ -24,6 +24,9 @@
     .pro-add-data02.open{
         display: inline-block;
     }
+    .pro-add-data02 table tbody tr td{
+        padding: 15px;
+    }
 </style>
 <div class="wrap">
 	<div class="content">
@@ -134,11 +137,11 @@
 			<table class="block table table-default table-striped" ng-table="tableParams" >
 				<thead>
 					<tr class="header">
-						<th width="160px">编号</th>
-						<th width="160px">名称</th>
+						<th width="160">编号</th>
+						<th width="200">名称</th>
 						<th>规格</th>
-						<th width="80px">单位</th>
-						<th width="50px">操作</th>
+						<th width="80">单位</th>
+						<th width="80">操作</th>
 					</tr>
 				</thead>
 				<tbody ng-if="tableParams.total() == 0">