|
@@ -363,13 +363,13 @@
|
|
|
v-if="index % 6 === 5 && index != tdList.length"
|
|
|
style="
|
|
|
border-right: 1px solid #ff6e71;
|
|
|
- border-bottom: 1px solid #7e7eff;
|
|
|
+ border-bottom: 1px solid #ff0000;
|
|
|
"
|
|
|
></td>
|
|
|
<td
|
|
|
:key="index + 'td10'"
|
|
|
v-else
|
|
|
- style="border-bottom: 1px solid #7e7eff"
|
|
|
+ style="border-bottom: 1px solid #ff0000"
|
|
|
></td>
|
|
|
</template>
|
|
|
</tr>
|