|
@@ -90,9 +90,9 @@
|
|
</tr>
|
|
</tr>
|
|
<tr v-for="(item, index) in info.ticketDetailList" :key="index">
|
|
<tr v-for="(item, index) in info.ticketDetailList" :key="index">
|
|
<td>{{ item.serialNo }}</td>
|
|
<td>{{ item.serialNo }}</td>
|
|
- <td>{{ item.status && JSON.parse(item.status).desc }}</td>
|
|
|
|
- <td>{{ item.prizeGrade }}</td>
|
|
|
|
- <td>{{ item.prizeTitle }}</td>
|
|
|
|
|
|
+ <td>{{ item.status && JSON.parse(item.status).desc }}</td>
|
|
|
|
+ <td>{{ item.prizeGrade }}</td>
|
|
|
|
+ <td>{{ item.prizeTitle }}</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
@@ -142,15 +142,12 @@ export default {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
|
|
.title {
|
|
.title {
|
|
|
|
+ line-height: 22px;
|
|
width: 100px;
|
|
width: 100px;
|
|
}
|
|
}
|
|
|
|
|
|
- .edit-express {
|
|
|
|
- color: #409eff;
|
|
|
|
- cursor: pointer;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.txt {
|
|
.txt {
|
|
|
|
+ line-height: 22px;
|
|
width: 200px;
|
|
width: 200px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -176,8 +173,5 @@ export default {
|
|
td {
|
|
td {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
- .pd {
|
|
|
|
- padding: 15px;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|