Browse Source

更新供应商资料UI

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7652 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 năm trước cách đây
mục cha
commit
eefb8e55af
1 tập tin đã thay đổi với 48 bổ sung3 xóa
  1. 48 3
      src/main/webapp/resources/tpl/index/purc/vendor.html

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

@@ -17,10 +17,55 @@
 .wrap table .table-hover {
 	border: 1px red solid;
 }
+#customer-tab .header th,#customer-tab tbody tr.header,#customer-tab tbody tr.header th{
+	height: 38px;
+	text-align: center;
+	padding: 0;
+	line-height: 38px;
+	border-bottom-width: 0;
+	background: #f5f5f5;
+	border: none;
+	font-size: 12px;
+}
+#customer-tab tbody tr.header:hover{
+	border: none;
+}
+.pane-header{
+	border-radius: 0px 0 0px 0px;
+	box-shadow: 0 0 3px #ccc;
+	background: linear-gradient(to top, #e7e7e7 0%,#ffffff 100%);
+	height: 40px;
+	font-size: 14px;
+	line-height: 40px;
+}
+.table>tbody+tbody{
+	border-top: none;
+}
+#customer-tab tbody td{
+	border: none;
+}
+#customer-tab .pane-body{
+	padding: 0;
+}
+#customer-tab tbody tr{
+	background: none;
+	height: 60px;
+	border-top: #e8e8e8 1px solid;
+	line-height: 60px;
+}
+#customer-tab tbody tr td{
+	text-align: center;
+	line-height: 20px;
+	vertical-align: inherit;
+	font-size: 12px;
+}
+#customer-tab tbody tr:hover{
+	border: #d32526 1px solid;
+}
 </style>
-<div class="wrap">
+<div class="wrap" id="customer-tab">
 	<div class="content">
-		<div class="com_title">服务>销售模块<font>>供应商</font>
+		<div class="com_title">服务>采购模块<font>>供应商</font>
 			<div class="search fr">
 				<input type="text" placeholder="输入相关信息" ng-model="keyword" ng-search="onSearch(keyword)">
 				<a class="seek" ng-click="onSearch(keyword)">搜索</a>
@@ -30,7 +75,7 @@
 		<table class="table  table-hover"
 			ng-table="customerParams">
 			<thead>
-				<tr class="header">
+				<tr class="pane-header">
 					<th width="180" class="text-center">企业名称</th>
 					<th width="120" class="text-center">简称</th>
 					<th width="220" class="text-center">地址</th>