Commit a9365ce0 authored by zhengke's avatar zhengke

修改

parent 2a298631
......@@ -288,17 +288,14 @@
width:226px;
margin-top:20px;
border-collapse:collapse;
}
.leaderTousuTable th{
background-color: #f1f1f1;
color:#666666;
font-size:14px;
border:1px solid #E6E6E6;
}
.leaderTousuTable tr{background: #fff;text-align: center; height: 40px;}
.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>
<template>
<div class='flexOne guidPerformance'>
......@@ -554,10 +551,10 @@
</div>
</template>
</div>
<table class="leaderTousuTable" style="display:none;">
<tr>
<th>投诉次数</th>
<th>意见调查表缺少张数</th>
<table class="leaderTousuTable">
<tr class="leaderHeadTd">
<td>投诉次数</td>
<td>意见调查表缺少张数</td>
</tr>
<tr>
<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