|
|
@@ -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>
|