Commit a9365ce0 authored by zhengke's avatar zhengke

修改

parent 2a298631
...@@ -288,17 +288,14 @@ ...@@ -288,17 +288,14 @@
width:226px; width:226px;
margin-top:20px; margin-top:20px;
border-collapse:collapse; border-collapse:collapse;
}
.leaderTousuTable th{
background-color: #f1f1f1;
color:#666666; color:#666666;
font-size:14px;
border:1px solid #E6E6E6;
} }
.leaderTousuTable tr{background: #fff;text-align: center; height: 40px;} .leaderTousuTable tr{background: #fff;text-align: center; height: 40px;}
.leaderTousuTable tr:nth-child(2n+1){background:#fafafa; } .leaderTousuTable tr:nth-child(2n+1){background:#fafafa; }
.leaderTousuTable tr td{font-size: 12px;border: 1px solid #E5E5E5;} .leaderTousuTable tr td{font-size: 14px;border: 1px solid #E5E5E5;}
.leaderHeadTd td{
background-color: #f1f1f1;
}
</style> </style>
<template> <template>
<div class='flexOne guidPerformance'> <div class='flexOne guidPerformance'>
...@@ -554,10 +551,10 @@ ...@@ -554,10 +551,10 @@
</div> </div>
</template> </template>
</div> </div>
<table class="leaderTousuTable" style="display:none;"> <table class="leaderTousuTable">
<tr> <tr class="leaderHeadTd">
<th>投诉次数</th> <td>投诉次数</td>
<th>意见调查表缺少张数</th> <td>意见调查表缺少张数</td>
</tr> </tr>
<tr> <tr>
<td colspan="2">功能正在开发中</td> <td colspan="2">功能正在开发中</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment