Commit 52e0b19d authored by youjie's avatar youjie

no message

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