Commit 52e0b19d authored by youjie's avatar youjie

no message

parent 44b2b942
......@@ -20,13 +20,15 @@
color: red;
}
.tdOne{
height: 20px;
height: 35px;
border-bottom: 1px solid #eeeeee;
padding: 0 0 5px 0;
/* padding: 0 0 5px 0; */
line-height: 35px;
}
.tdTwo{
height: 20px;
padding: 5px 0 0 0;
height: 35px;
/* padding: 5px 0 0 0; */
line-height: 35px;
}
.singeRowTableB{
width: 100%;
......@@ -73,8 +75,8 @@
<th>操作</th>
</tr>
<tr v-for="item in dataList" style="line-height: 15px;">
<td :rowspan="1">{{item.Periods}}</td>
<td :rowspan="1">{{item.Name}}</td>
<td>{{item.Periods}}</td>
<td>{{item.Name}}</td>
<td>
<div class="tdOne">销售</div>
<div class="tdTwo">OP</div>
......
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